Skip to content

Instantly share code, notes, and snippets.

@roshanca
Created April 15, 2014 03:37
Show Gist options
  • Select an option

  • Save roshanca/10700086 to your computer and use it in GitHub Desktop.

Select an option

Save roshanca/10700086 to your computer and use it in GitHub Desktop.
禁止别人以 iframe 加载你的页面
if (window.location != window.parent.location) window.parent.location = window.location;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment