mirror of
https://github.com/ironfox-oss/IronFox.git
synced 2026-04-20 06:58:04 -04:00
fix: actually enable safe browsing
This commit is contained in:
@@ -8,8 +8,8 @@
|
||||
pref("network.trr.mode", 5);
|
||||
|
||||
/// Enable Safe Browsing by default
|
||||
pref("browser.safebrowsing.features.malware.update", false);
|
||||
pref("browser.safebrowsing.features.phishing.update", false);
|
||||
pref("browser.safebrowsing.features.malware.update", true);
|
||||
pref("browser.safebrowsing.features.phishing.update", true);
|
||||
|
||||
/// Set Safe Browsing API proxy
|
||||
pref("browser.safebrowsing.provider.google4.updateURL", "https://safebrowsing.ironfoxoss.org/v4/threatListUpdates:fetch?$ct=application/x-protobuf&key=%GOOGLE_SAFEBROWSING_API_KEY%&$httpMethod=POST");
|
||||
|
||||
Reference in New Issue
Block a user