diff options
author | hackademix | 2019-02-01 01:16:33 +0100 |
---|---|---|
committer | hackademix | 2019-02-01 01:16:33 +0100 |
commit | 20b689d015ea5743099bdafcac0c6ca6519c22db (patch) | |
tree | 61e9326ba26205907f3c7381cf13a19169a958f5 /src/ui/options.css | |
parent | 2fa009673f3d51b14389f8e25075de394290b32c (diff) | |
download | noscript-20b689d015ea5743099bdafcac0c6ca6519c22db.tar.gz noscript-20b689d015ea5743099bdafcac0c6ca6519c22db.tar.xz noscript-20b689d015ea5743099bdafcac0c6ca6519c22db.zip |
Fallback XSS filtering to XSS Auditor since asynchronous webRequest handlers are not supported by Chromium.
Diffstat (limited to 'src/ui/options.css')
-rw-r--r-- | src/ui/options.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ui/options.css b/src/ui/options.css index f7db24b..9230eb1 100644 --- a/src/ui/options.css +++ b/src/ui/options.css @@ -185,3 +185,11 @@ input[type="file"] { border-radius: .2em .2em 0 0; padding: .2em .4em; } + +#xss-opt-group { + display: none; +} + +.mozwebext #xss-opt-group { + display: block; +} |