diff options
author | hackademix | 2018-09-26 17:18:54 +0200 |
---|---|---|
committer | hackademix | 2018-09-26 17:19:44 +0200 |
commit | 92eed7d700e154b636053cf8579401318a03aed8 (patch) | |
tree | dfd311205f18a051c4ceda13219bfd1aa7024741 /src/manifest.json | |
parent | 8b36446fc9c172f0a27cf90b97051091b1a9f472 (diff) | |
download | noscript-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.json | 7 |
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" + ] } ], |