Skip to content

Instantly share code, notes, and snippets.

@0xquad
Created January 8, 2016 22:25
Show Gist options
  • Save 0xquad/893e6d6d2c15616fe36b to your computer and use it in GitHub Desktop.
Save 0xquad/893e6d6d2c15616fe36b to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<title>Testing Content-Security-Policy and X-Frame-Options</title>
</head>
<body>
<h1>Frame Test</h1>
<iframe src="#http://web-site-to-frame" width="80%" height="600">
<noframes>Unable to load the frame</noframes>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment