1
mirror of https://github.com/jakejarvis/dotfiles.git synced 2025-10-22 07:54:24 -04:00

firefox user.js tweaks

This commit is contained in:
2019-02-13 08:37:13 -05:00
parent 51a91c30a7
commit e2d1f2c10b

View File

@@ -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);