From 9a42dfe73dec268aa8c0ec59eca8338c8307d0af Mon Sep 17 00:00:00 2001 From: Thorin-Oakenpants Date: Fri, 12 May 2017 17:38:17 +1200 Subject: [PATCH] whoops .. put back 0430 inadvertently removed 0430 when doing some rearranging --- user.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/user.js b/user.js index f1e6d83..f67e672 100644 --- 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!");