diff options
author | wolfbeast <mcwerewolf@gmail.com> | 2018-04-22 18:17:19 +0200 |
---|---|---|
committer | wolfbeast <mcwerewolf@gmail.com> | 2018-04-22 19:48:42 +0200 |
commit | 9be6c3104e411b6c79218c42d423ef936e52f70b (patch) | |
tree | 6ca90a1075f244b0ff04fa057e64956936438bd2 /toolkit/locales/en-US | |
parent | 7c53ac5f94b80f1049bda3e0cee35ba59c71127d (diff) | |
download | uxp-9be6c3104e411b6c79218c42d423ef936e52f70b.tar.gz |
Make sure to keep the safebrowsing entities valid.
Diffstat (limited to 'toolkit/locales/en-US')
-rw-r--r-- | toolkit/locales/en-US/chrome/global/aboutRights.dtd | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/toolkit/locales/en-US/chrome/global/aboutRights.dtd b/toolkit/locales/en-US/chrome/global/aboutRights.dtd index 95c5fa5158..28b24e1d82 100644 --- a/toolkit/locales/en-US/chrome/global/aboutRights.dtd +++ b/toolkit/locales/en-US/chrome/global/aboutRights.dtd @@ -60,14 +60,13 @@ <!-- safe browsing points for branded builds --> <!-- Google SafeBrowsing requires an API key; this should always remain disabled unless - an API key is obtained. Official builds do not use SafeBrowsing. + an API key is obtained. Official builds do not use SafeBrowsing. --> <!ENTITY rights.safebrowsing-a "SafeBrowsing: "> <!ENTITY rights.safebrowsing-b "Disabling the Safe Browsing feature is not recommended as it may result in you going to unsafe sites. If you wish to disable the feature completely, follow these steps:"> <!ENTITY rights.safebrowsing-term1 "Open the application preferences"> <!ENTITY rights.safebrowsing-term2 "Select the Security selection"> <!ENTITY rights2.safebrowsing-term3 "Uncheck the option to "&enableSafeBrowsing.label;""> <!ENTITY rights.safebrowsing-term4 "Safe Browsing is now disabled"> ---> <!-- location aware browsing points for branded builds --> <!-- Official builds use IP-API.com --> |