Created
May 4, 2020 10:23
-
-
Save ThomazPom/70e2c14bbd6d55f0359566851716e1b8 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<body> | |
<style>iframe,embed{width:90vw;height:90vh;}pre{background:lightgray;padding:10px} | |
</style> | |
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous"> | |
<h1>Test page for Moz-Ext-Ignore-X-Frame-Options</h1> | |
<h2>If content is <u>blocked</u>, you may want to | |
<a target="blank"href="https://addons.mozilla.org/fr/firefox/addon/ignore-x-frame-options-header/">install the webext at mozilla store</a> or edit your config</h2> | |
<h3><u>Default config is</u></h3> | |
<pre> | |
<all_urls> | |
*://*/* | |
https://*.w3schools.com/* | |
</pre> | |
<iframe src="https://facebook.com" style="height:150px;width:100%"></iframe> | |
<iframe src="https://www.google.com/maps/" style="height:150px;width:100%"></iframe> | |
<iframe src="https://www.github.com" style="height:150px;width:100%"></iframe> | |
<iframe src="https://microsoft.com" style="height:150px;width:100%"></iframe> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment