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, 0 insertions, 10 deletions
diff --git a/disable-x-frame-option-manifest.json b/disable-x-frame-option-manifest.json
deleted file mode 100644
index 8ec9201350a4..000000000000
--- a/disable-x-frame-option-manifest.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "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>" ]
-}