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 | 8ae405b6934a1e04cd8c294731175e0f66c3ba29 (patch) | |
tree | 6ca90a1075f244b0ff04fa057e64956936438bd2 /toolkit/locales | |
parent | eb25a9bd708a4a688123190e07081909e9ffeab8 (diff) | |
download | uxp-8ae405b6934a1e04cd8c294731175e0f66c3ba29.tar.gz |
Make sure to keep the safebrowsing entities valid.
Diffstat (limited to 'toolkit/locales')
-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 --> |