mirror of
https://github.com/arkenfox/user.js.git
synced 2025-04-30 05:53:38 +02:00
make SB binary check override simpler
This commit is contained in:
parent
98d93912a5
commit
888b917a78
1 changed files with 2 additions and 2 deletions
4
user.js
4
user.js
|
@ -234,9 +234,9 @@ user_pref("_user.js.parrot", "0400 syntax error: the parrot's passed on!");
|
||||||
* To verify the safety of certain executable files, Firefox may submit some information about the
|
* To verify the safety of certain executable files, Firefox may submit some information about the
|
||||||
* file, including the name, origin, size and a cryptographic hash of the contents, to the Google
|
* file, including the name, origin, size and a cryptographic hash of the contents, to the Google
|
||||||
* Safe Browsing service which helps Firefox determine whether or not the file should be blocked
|
* Safe Browsing service which helps Firefox determine whether or not the file should be blocked
|
||||||
* [SETUP-SECURITY] If you do not understand this, or you want this protection, then override these ***/
|
* [SETUP-SECURITY] If you do not understand this, or you want this protection, then override this ***/
|
||||||
user_pref("browser.safebrowsing.downloads.remote.enabled", false);
|
user_pref("browser.safebrowsing.downloads.remote.enabled", false);
|
||||||
user_pref("browser.safebrowsing.downloads.remote.url", "");
|
// user_pref("browser.safebrowsing.downloads.remote.url", ""); // Defense-in-depth
|
||||||
/* 0404: disable SB checks for unwanted software
|
/* 0404: disable SB checks for unwanted software
|
||||||
* [SETTING] Privacy & Security>Security>... "Warn you about unwanted and uncommon software" ***/
|
* [SETTING] Privacy & Security>Security>... "Warn you about unwanted and uncommon software" ***/
|
||||||
// user_pref("browser.safebrowsing.downloads.remote.block_potentially_unwanted", false);
|
// user_pref("browser.safebrowsing.downloads.remote.block_potentially_unwanted", false);
|
||||||
|
|
Loading…
Add table
Reference in a new issue