1
0
mirror of https://github.com/yokoffing/Betterfox.git synced 2026-06-12 15:40:48 +05:30

Update user.js

This commit is contained in:
yokoffing
2021-02-01 16:46:11 -05:00
committed by GitHub
parent 54cfa877d1
commit a458e14a94
+3 -3
View File
@@ -9,9 +9,9 @@
*
* [1] If you do NOT have a firewall or DNS-filtering for dangerous and
* deceptive content, then delete all prefs related to Google Safe Browsing.
* Trading security for a little bit of privacy is worth it.
* Trading a little bit of privacy for security is worth it.
*
* [2]+[3] If you use these native features of Firefox, please remove the
* [2], [3] If you use these native features of Firefox, please remove the
* prefs as instructed below.
*
* If you make changes to your about:config while the program is running, the
@@ -161,8 +161,8 @@ user_pref("network.http.referer.XOriginTrimmingPolicy", 2);
/** GOOGLE SAFE BROWSING ***/
user_pref("browser.safebrowsing.downloads.remote.enabled", false);
user_pref("browser.safebrowsing.downloads.remote.url", "");
/* NOTE: Remove everything below this line if you use this feature */
/* WARNING: Be sure to have alternate security measures if you disable Safe Browsing! */
/* NOTE: Remove everything below this line if you use this feature */
user_pref("browser.safebrowsing.malware.enabled", false);
user_pref("browser.safebrowsing.phishing.enabled", false);
user_pref("browser.safebrowsing.downloads.enabled", false);