Skip to content

Instantly share code, notes, and snippets.

@kulakowka
Last active August 29, 2015 14:28
Show Gist options
  • Save kulakowka/8e83aa376daf76b76aa0 to your computer and use it in GitHub Desktop.
Save kulakowka/8e83aa376daf76b76aa0 to your computer and use it in GitHub Desktop.
// То есть, если окно обнаруживает, что оно загружено во фрейме, то оно автоматически делает себя верхним.
if (top != window) {
top.location = window.location;
}
//https://learn.javascript.ru/clickjacking
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment