summarylogtreecommitdiffstats
path: root/disable-x-frame-option-manifest.json
diff options
context:
space:
mode:
authorJulian Xhokaxhiu2019-10-19 16:19:56 +0200
committerJulian Xhokaxhiu2019-10-19 16:35:33 +0200
commit0e281cd0f26ff6c58d29bc5fb3f894582b97cf69 (patch)
treed345c00d3f861996c0b1164a116634fc4127238d /disable-x-frame-option-manifest.json
parente0d30c8c4363a49b0e05b67685168fc23652edd5 (diff)
downloadaur-0e281cd0f26ff6c58d29bc5fb3f894582b97cf69.tar.gz
Remove non allowed AUR files
Reference them externally
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>" ]
-}