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.html | |
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.html')
-rw-r--r-- | src/ui/options.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/options.html b/src/ui/options.html index 4d44d75..5198795 100644 --- a/src/ui/options.html +++ b/src/ui/options.html @@ -101,7 +101,7 @@ <h3 class="flextabs__tab"><button class="flextabs__toggle">__MSG_SectionAdvanced__</button></h3> <div class="flextabs__content"> - <div class="opt-group"> + <div class="opt-group" id="xss-opt-group"> <span id="xss-opts"> <input type="checkbox" id="opt-xss"><label for="opt-xss" id="lbl-xss">__MSG_OptFilterXGet__</label> <span id="xssFaq">(<a href="https://noscript.net/faq#xss" title="https://noscript.net/faq#xss">__MSG_XssFaq__</a>)</span> |