Skip to content

Instantly share code, notes, and snippets.

@shigemk2
Created December 16, 2015 12:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shigemk2/60b097296808bfa7f6f8 to your computer and use it in GitHub Desktop.
Save shigemk2/60b097296808bfa7f6f8 to your computer and use it in GitHub Desktop.
Refused to display in a frame because it set X-Frame-Options to DENY のテスト
<html>
<body>
<a href="http://www.shigemk2.com">テスト</a>
</body>
</html
<html>
<body>
<iframe src="./ifrm.html"></iframe>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment