From 20b689d015ea5743099bdafcac0c6ca6519c22db Mon Sep 17 00:00:00 2001 From: hackademix Date: Fri, 1 Feb 2019 01:16:33 +0100 Subject: Fallback XSS filtering to XSS Auditor since asynchronous webRequest handlers are not supported by Chromium. --- src/ui/options.css | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/ui/options.css') 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; +} -- cgit v1.2.3