diff options
author | wolfbeast <mcwerewolf@wolfbeast.com> | 2019-03-09 08:15:36 +0100 |
---|---|---|
committer | wolfbeast <mcwerewolf@wolfbeast.com> | 2019-03-09 08:15:36 +0100 |
commit | 6b4d81521f0c7bef48a1e8c3e9254a81df27a9d2 (patch) | |
tree | e534781393ad2aff0a6a93a4ce5b8cde2a336b94 /dom/locales | |
parent | 6e9c60c3b96c56d7d478f5ff135135b15f536b9d (diff) | |
download | UXP-6b4d81521f0c7bef48a1e8c3e9254a81df27a9d2.tar UXP-6b4d81521f0c7bef48a1e8c3e9254a81df27a9d2.tar.gz UXP-6b4d81521f0c7bef48a1e8c3e9254a81df27a9d2.tar.lz UXP-6b4d81521f0c7bef48a1e8c3e9254a81df27a9d2.tar.xz UXP-6b4d81521f0c7bef48a1e8c3e9254a81df27a9d2.zip |
Prevent loading of document subresources over FTP.
Diffstat (limited to 'dom/locales')
-rw-r--r-- | dom/locales/en-US/chrome/security/security.properties | 2 |
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”) |