Skip to content

Instantly share code, notes, and snippets.

@geedew
Created February 20, 2014 15:47
Embed
What would you like to do?
David Walsh's Frame Busting
if (top.location != self.location) {
top.location = self.location.href;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment