summaryrefslogtreecommitdiff
path: root/src/manifest.json
diff options
context:
space:
mode:
authorhackademix2018-09-26 17:18:54 +0200
committerhackademix2018-09-26 17:19:44 +0200
commit92eed7d700e154b636053cf8579401318a03aed8 (patch)
treedfd311205f18a051c4ceda13219bfd1aa7024741 /src/manifest.json
parent8b36446fc9c172f0a27cf90b97051091b1a9f472 (diff)
downloadnoscript-92eed7d700e154b636053cf8579401318a03aed8.tar.gz
noscript-92eed7d700e154b636053cf8579401318a03aed8.tar.xz
noscript-92eed7d700e154b636053cf8579401318a03aed8.zip
FTP directory UI emulation on script-disabled domains.
Diffstat (limited to 'src/manifest.json')
-rw-r--r--src/manifest.json7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/manifest.json b/src/manifest.json
index 502b8b0..b230c6c 100644
--- a/src/manifest.json
+++ b/src/manifest.json
@@ -89,6 +89,13 @@
"content/webglHook.js",
"content/media.js"
]
+ },
+ {
+ "run_at": "document_start",
+ "matches": ["ftp://*/*"],
+ "js": [
+ "content/ftp.js"
+ ]
}
],