user.js

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 9a42dfe73dec268aa8c0ec59eca8338c8307d0af
parent 84ea69411b544c266f9b597f66bb49723d48e1c3
Author: Thorin-Oakenpants <Thorin-Oakenpants@users.noreply.github.com>
Date:   Fri, 12 May 2017 17:38:17 +1200

whoops .. put back 0430

inadvertently removed 0430 when doing some rearranging
Diffstat:
Muser.js | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/user.js b/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!");