summaryrefslogtreecommitdiff
path: root/src/_locales/en/messages.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/_locales/en/messages.json')
-rw-r--r--src/_locales/en/messages.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/_locales/en/messages.json b/src/_locales/en/messages.json
index cd0fb52..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."
},
@@ -267,6 +270,18 @@
"OptFilterXPost": {
"message": "Turn cross-site POST requests into data-less GET requests"
},
+ "OptScanXUpload": {
+ "message": "Scan uploads for potential cross-site attacks"
+ },
+ "OptBlockUnscannedXPost": {
+ "message": "Ask confirmation for cross-site POST requests which could not be scanned"
+ },
+ "UnscannedXPost": {
+ "message": "This cross-site request could not be scanned for XSS.\nIt might be innocuous, but NoScript cannot tell for sure. Allow only if you trust both sites."
+ },
+ "OptOverrideTorBrowserPolicy": {
+ "message": "Override Tor Browser's Security Level preset"
+ },
"Options": {
"message": "Options…"
},