summaryrefslogtreecommitdiff
path: root/src/ui/options.js
diff options
context:
space:
mode:
authorhackademix2019-03-15 23:55:18 +0100
committerhackademix2019-03-15 23:55:50 +0100
commit921a7910f078ebdb963c047fd6a1b5a6d0231c31 (patch)
tree9fe330b14f60becd800670c55419b82c15a1c80f /src/ui/options.js
parentc3c3a6a76921594d130d1cd638c5111cea820145 (diff)
downloadnoscript-921a7910f078ebdb963c047fd6a1b5a6d0231c31.tar.gz
noscript-921a7910f078ebdb963c047fd6a1b5a6d0231c31.tar.xz
noscript-921a7910f078ebdb963c047fd6a1b5a6d0231c31.zip
"General/Cascade top document's restrictions to subdocuments" option (default true on the Tor Browser).
Diffstat (limited to 'src/ui/options.js')
-rw-r--r--src/ui/options.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui/options.js b/src/ui/options.js
index 7a9ca2b..1932269 100644
--- a/src/ui/options.js
+++ b/src/ui/options.js
@@ -32,6 +32,8 @@
return policy.autoAllowTop;
});
+ opt("cascadeRestrictions");
+
opt("xss");
opt("xssScanRequestBody");
opt("xssBlockUnscannedPOST");