diff options
author | hackademix | 2019-05-22 18:26:05 +0200 |
---|---|---|
committer | hackademix | 2019-05-22 18:45:34 +0200 |
commit | 0eb42450d4f63759c0cfc61d433ffd5f9453c339 (patch) | |
tree | e47323f3bc356943a10f88f244cb0e120e593988 /src/ui/options.html | |
parent | c84673b110a3843d52ff3a531fc7593cef2b7ca3 (diff) | |
download | noscript-0eb42450d4f63759c0cfc61d433ffd5f9453c339.tar.gz noscript-0eb42450d4f63759c0cfc61d433ffd5f9453c339.tar.xz noscript-0eb42450d4f63759c0cfc61d433ffd5f9453c339.zip |
Removed work-around for https://bugzilla.mozilla.org/show_bug.cgi?id=1532530 (see https://trac.torproject.org/projects/tor/ticket/29969#comment:9).
Diffstat (limited to 'src/ui/options.html')
-rw-r--r-- | src/ui/options.html | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/ui/options.html b/src/ui/options.html index dbf1e15..5053ef7 100644 --- a/src/ui/options.html +++ b/src/ui/options.html @@ -109,15 +109,6 @@ <span id="xssFaq">(<a href="https://noscript.net/faq#xss" title="https://noscript.net/faq#xss">__MSG_XssFaq__</a>)</span> </span> <button id="btn-delete-xss-choices" disabled>__MSG_XSS_clearUserChoices__</button> - <br /> - <span id="xssScanRequestBody-opt"> - <input type="checkbox" id="opt-xssScanRequestBody"> - <label for="opt-xssScanRequestBody" id="lbl-opt-xssScanRequestBody">__MSG_OptScanXUpload__</label> - </span> - <span id="xssBlockUnscannedPOST-opt"> - <input type="checkbox" id="opt-xssBlockUnscannedPOST"> - <label for="opt-xssBlockUnscannedPOST" id="lbl-opt-xssBlockUnscannedPOST">__MSG_OptBlockUnscannedXPost__</label> - </span> </div> <div id="clearclick-options" class="opt-group"> <input type="checkbox" id="opt-clearclick"><label for="opt-clearclick" id="lbl-clearclick">ClearClick</label> |