Update 'user.js'
This commit is contained in:
parent
069c0d10f8
commit
ec567ba9b2
1
user.js
1
user.js
|
@ -335,6 +335,7 @@ user_pref("privacy.socialtracking.block_cookies.enabled", false);
|
||||||
// [SETTING] Privacy & Security>Security>... "Block dangerous and deceptive content" ***/
|
// [SETTING] Privacy & Security>Security>... "Block dangerous and deceptive content" ***/
|
||||||
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.passwords.enabled", false);
|
||||||
// -------------------------------------
|
// -------------------------------------
|
||||||
// Disable SB checks for downloads (both local lookups + remote)
|
// Disable SB checks for downloads (both local lookups + remote)
|
||||||
// This is the master switch for the safebrowsing.downloads
|
// This is the master switch for the safebrowsing.downloads
|
||||||
|
|
Loading…
Reference in New Issue