summaryrefslogtreecommitdiff
path: root/src/ui/options.css
diff options
context:
space:
mode:
authorhackademix2019-02-01 01:16:33 +0100
committerhackademix2019-02-01 01:16:33 +0100
commit20b689d015ea5743099bdafcac0c6ca6519c22db (patch)
tree61e9326ba26205907f3c7381cf13a19169a958f5 /src/ui/options.css
parent2fa009673f3d51b14389f8e25075de394290b32c (diff)
downloadnoscript-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.css8
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;
+}