whoops .. put back 0430
inadvertently removed 0430 when doing some rearranging
This commit is contained in:
parent
84ea69411b
commit
9a42dfe73d
5
user.js
5
user.js
@ -315,6 +315,11 @@ user_pref("privacy.trackingprotection.ui.enabled", true);
|
||||
/* 0424: disable Mozilla's tracking protection and Flash blocklist downloads, updates ***/
|
||||
// user_pref("browser.safebrowsing.provider.mozilla.gethashURL", ""); // resolves hash conflicts
|
||||
// user_pref("browser.safebrowsing.provider.mozilla.updateURL", ""); // update FF lists
|
||||
/* 0430: disable SSL Error Reporting
|
||||
* [1] https://gecko.readthedocs.org/en/latest/browser/base/sslerrorreport/preferences.html ***/
|
||||
user_pref("security.ssl.errorReporting.automatic", false);
|
||||
user_pref("security.ssl.errorReporting.enabled", false);
|
||||
user_pref("security.ssl.errorReporting.url", "");
|
||||
|
||||
/*** 0600: BLOCK IMPLICIT OUTBOUND [not explicitly asked for - eg clicked on] ***/
|
||||
user_pref("ghacks_user.js.parrot", "0600 syntax error: the parrot's no more!");
|
||||
|
Loading…
x
Reference in New Issue
Block a user