summarylogtreecommitdiffstats
path: root/disable-x-frame-option-manifest.json
diff options
context:
space:
mode:
Diffstat (limited to 'disable-x-frame-option-manifest.json')
-rw-r--r--disable-x-frame-option-manifest.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/disable-x-frame-option-manifest.json b/disable-x-frame-option-manifest.json
new file mode 100644
index 000000000000..8ec9201350a4
--- /dev/null
+++ b/disable-x-frame-option-manifest.json
@@ -0,0 +1,10 @@
+{
+ "name": "Ignore X-Frame headers",
+ "description": "Drops X-Frame-Options HTTP response headers, allowing all pages to be iframed.",
+ "version": "1.0",
+ "manifest_version": 2,
+ "background": {
+ "scripts": [ "background.js" ]
+ },
+ "permissions": [ "webRequest", "webRequestBlocking", "\u003Call_urls>" ]
+}