diff options
author | wolfbeast <mcwerewolf@gmail.com> | 2018-04-22 18:17:19 +0200 |
---|---|---|
committer | wolfbeast <mcwerewolf@gmail.com> | 2018-04-22 18:17:19 +0200 |
commit | 003273327dac0913eb13a675bb275e6cd4dafafc (patch) | |
tree | c55f37301ea2796a0adb9a498945de9221ad65f7 | |
parent | 650371311d99b826479194922025b977a38a32f3 (diff) | |
download | UXP-003273327dac0913eb13a675bb275e6cd4dafafc.tar UXP-003273327dac0913eb13a675bb275e6cd4dafafc.tar.gz UXP-003273327dac0913eb13a675bb275e6cd4dafafc.tar.lz UXP-003273327dac0913eb13a675bb275e6cd4dafafc.tar.xz UXP-003273327dac0913eb13a675bb275e6cd4dafafc.zip |
Make sure to keep the safebrowsing entities valid.
-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 95c5fa515..28b24e1d8 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 --> |