summaryrefslogtreecommitdiffstats
path: root/dom/locales/en-US/chrome/security
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@wolfbeast.com>2019-03-09 08:15:36 +0100
committerwolfbeast <mcwerewolf@wolfbeast.com>2019-03-23 01:57:55 +0100
commit333c64ef30a6120802f2f356c34f73f46e68269f (patch)
treee8252b94ef0184c5e9157a7e7238c9e50bd22d0d /dom/locales/en-US/chrome/security
parentae971bfe8e3d096261077f1e8a7ddd2cbb3257a2 (diff)
downloadUXP-333c64ef30a6120802f2f356c34f73f46e68269f.tar
UXP-333c64ef30a6120802f2f356c34f73f46e68269f.tar.gz
UXP-333c64ef30a6120802f2f356c34f73f46e68269f.tar.lz
UXP-333c64ef30a6120802f2f356c34f73f46e68269f.tar.xz
UXP-333c64ef30a6120802f2f356c34f73f46e68269f.zip
Prevent loading of document subresources over FTP.
Diffstat (limited to 'dom/locales/en-US/chrome/security')
-rw-r--r--dom/locales/en-US/chrome/security/security.properties2
1 files changed, 2 insertions, 0 deletions
diff --git a/dom/locales/en-US/chrome/security/security.properties b/dom/locales/en-US/chrome/security/security.properties
index 8efdb0a6d..2be56fb9d 100644
--- a/dom/locales/en-US/chrome/security/security.properties
+++ b/dom/locales/en-US/chrome/security/security.properties
@@ -85,3 +85,5 @@ BlockScriptWithWrongMimeType=Script from “%1$S” was blocked because of a dis
# LOCALIZATION NOTE: Do not translate "data: URI".
BlockTopLevelDataURINavigation=Navigation to toplevel data: URI not allowed (Blocked loading of: “%1$S”)
+
+BlockSubresourceFTP=Loading FTP subresource within http(s) page not allowed (Blocked loading of: “%1$S”)