Skip to content

Instantly share code, notes, and snippets.

@andershaig
Created November 8, 2013 20:45
Show Gist options
  • Save andershaig/7377349 to your computer and use it in GitHub Desktop.
Save andershaig/7377349 to your computer and use it in GitHub Desktop.
Make it a little more difficult to view a page outside of an iframe
// Top = Self we are not in an iframe
if (top === self) {
top.location.replace('https://url/to/redirect/to');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment