Skip to content

Instantly share code, notes, and snippets.

@withgallantry
Created March 22, 2016 12:32
Show Gist options
  • Save withgallantry/0ee180fb814c0682be5e to your computer and use it in GitHub Desktop.
Save withgallantry/0ee180fb814c0682be5e to your computer and use it in GitHub Desktop.
Protect against window.opener
var w = window.open(href);
w.opener = null;
w.location = this.href;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment