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

add GSB links

This commit is contained in:
yokoffing
2022-11-27 20:28:33 -05:00
committed by GitHub
parent 00acc684f6
commit f9fae4f3c2
+9 -7
View File
@@ -1049,14 +1049,16 @@ user_pref("media.peerconnection.ice.default_address_only", true);
******************************************************************************/ ******************************************************************************/
// PREF: disable GSB (master switch) // PREF: disable GSB (master switch)
// Increased privacy away from Google, but less protection against threats. // Increased privacy away from Google, but less protection against threats
// [WARNING] Be sure to have alternate security measures if you disable Safe Browsing. // [WARNING] Be sure to have alternate security measures if you disable GSB!
// [SETTING] Privacy & Security>Security>... Block dangerous and deceptive content // [SETTING] Privacy & Security>Security>... Block dangerous and deceptive content
// [1] https://www.wikiwand.com/en/Google_Safe_Browsing#/Privacy // [ALTERNATIVE] Enable local checks only: https://github.com/yokoffing/Betterfox/issues/87
// [2] https://ashkansoltani.org/2012/02/25/cookies-from-nowhere // [1] https://github.com/privacyguides/privacyguides.org/discussions/423#discussioncomment-1752006
// [3] https://blog.cryptographyengineering.com/2019/10/13/dear-apple-safe-browsing-might-not-be-that-safe/ // [2] https://github.com/privacyguides/privacyguides.org/discussions/423#discussioncomment-1767546
// [4] https://github.com/privacyguides/privacyguides.org/discussions/423#discussioncomment-1752006 // [3] https://ashkansoltani.org/2012/02/25/cookies-from-nowhere
// [5] https://github.com/privacyguides/privacyguides.org/discussions/423#discussioncomment-1767546 // [4] https://blog.cryptographyengineering.com/2019/10/13/dear-apple-safe-browsing-might-not-be-that-safe/
// [5] https://the8-bit.com/apple-proxies-google-safe-browsing-privacy/
// [6] https://github.com/brave/brave-browser/wiki/Deviations-from-Chromium-(features-we-disable-or-remove)#services-we-proxy-through-brave-servers
user_pref("browser.safebrowsing.malware.enabled", false); user_pref("browser.safebrowsing.malware.enabled", false);
user_pref("browser.safebrowsing.phishing.enabled", false); user_pref("browser.safebrowsing.phishing.enabled", false);
//user_pref("browser.safebrowsing.provider.google4.gethashURL", ""); //user_pref("browser.safebrowsing.provider.google4.gethashURL", "");