diff options
Diffstat (limited to 'src/ui')
-rw-r--r-- | src/ui/options.html | 9 | ||||
-rw-r--r-- | src/ui/options.js | 2 |
2 files changed, 0 insertions, 11 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> diff --git a/src/ui/options.js b/src/ui/options.js index 2a52a82..999b130 100644 --- a/src/ui/options.js +++ b/src/ui/options.js @@ -35,8 +35,6 @@ opt("cascadeRestrictions"); opt("xss"); - opt("xssScanRequestBody"); - opt("xssBlockUnscannedPOST"); opt("overrideTorBrowserPolicy"); |