From e2d1f2c10b614ae01d4aa07868a0f67c1c638164 Mon Sep 17 00:00:00 2001 From: Jake Jarvis Date: Wed, 13 Feb 2019 08:37:13 -0500 Subject: [PATCH] firefox user.js tweaks --- firefox/user.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/firefox/user.js b/firefox/user.js index 1b19e14..8f3288a 100644 --- a/firefox/user.js +++ b/firefox/user.js @@ -1,5 +1,5 @@ -user_pref("accessibility.force_disabled", 1); -user_pref("accessibility.typeaheadfind.flashBar", 0); +// user_pref("accessibility.force_disabled", 1); +// user_pref("accessibility.typeaheadfind.flashBar", 0); user_pref("app.shield.optoutstudies.enabled", false); @@ -312,7 +312,7 @@ user_pref("security.ssl.errorReporting.enabled", false); user_pref("security.ssl.errorReporting.url", ""); user_pref("security.ssl.treat_unsafe_negotiation_as_broken", true); -user_pref("security.ssl.require_safe_negotiation", true); // still breaks lots of stuff: https://github.com/pyllyukko/user.js/issues/237 +// user_pref("security.ssl.require_safe_negotiation", true); // still breaks lots of stuff: https://github.com/pyllyukko/user.js/issues/237 user_pref("security.ssl3.dhe_dss_aes_128_sha", false); user_pref("security.ssl3.dhe_dss_aes_256_sha", false);