mirror of
https://github.com/yokoffing/Betterfox.git
synced 2026-06-12 07:30:47 +05:30
Update SecureFox.js
This commit is contained in:
+4
-3
@@ -11,8 +11,9 @@
|
|||||||
******/
|
******/
|
||||||
|
|
||||||
|
|
||||||
/** GOOGLE SAFE BROWSING ***/
|
/***** GOOGLE SAFE BROWSING ***/
|
||||||
/* In disabling this, please have an alternative to phishing and malware protection! ***/
|
// [WARNING] Do this at your own risk!
|
||||||
|
// In disabling this, please have an alternative to phishing and malware protection!
|
||||||
user_pref("browser.safebrowsing.allowOverride", true);
|
user_pref("browser.safebrowsing.allowOverride", true);
|
||||||
user_pref("browser.safebrowsing.appRepURL", "");
|
user_pref("browser.safebrowsing.appRepURL", "");
|
||||||
user_pref("browser.safebrowsing.blockedURIs.enabled", false);
|
user_pref("browser.safebrowsing.blockedURIs.enabled", false);
|
||||||
@@ -26,7 +27,7 @@ user_pref("browser.safebrowsing.malware.enabled", false);
|
|||||||
user_pref("browser.safebrowsing.phishing.enabled", false);
|
user_pref("browser.safebrowsing.phishing.enabled", false);
|
||||||
|
|
||||||
|
|
||||||
/** MOZILLA ***/
|
/***** MOZILLA ***/
|
||||||
|
|
||||||
/** SEARCH ***/
|
/** SEARCH ***/
|
||||||
/* Enable a seperate Private Search Engine
|
/* Enable a seperate Private Search Engine
|
||||||
|
|||||||
Reference in New Issue
Block a user