diff options
author | hackademix | 2019-03-15 23:55:18 +0100 |
---|---|---|
committer | hackademix | 2019-03-15 23:55:50 +0100 |
commit | 921a7910f078ebdb963c047fd6a1b5a6d0231c31 (patch) | |
tree | 9fe330b14f60becd800670c55419b82c15a1c80f /src/_locales | |
parent | c3c3a6a76921594d130d1cd638c5111cea820145 (diff) | |
download | noscript-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/_locales')
-rw-r--r-- | src/_locales/en/messages.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/_locales/en/messages.json b/src/_locales/en/messages.json index 13ab4c3..ec826a9 100644 --- a/src/_locales/en/messages.json +++ b/src/_locales/en/messages.json @@ -74,6 +74,9 @@ "CascadePermissions": { "message": "Cascade top document's permissions to 3rd party scripts" }, + "CascadeRestrictions": { + "message": "Cascade top document's restrictions to subdocuments" + }, "ClearClickDescription": { "message": "NoScript intercepted a mouse or keyboard interaction with a partially hidden element. Click on the image below to cycle between the obstructed and the clear version." }, |