1
0
mirror of https://github.com/yokoffing/Betterfox.git synced 2026-06-12 07:30:47 +05:30
* require_safe_negotiation breaks EA
This commit is contained in:
HJ
2023-09-05 12:18:20 -04:00
committed by GitHub
parent 288676b07d
commit dd49bcaae4
2 changed files with 5 additions and 5 deletions
+1 -2
View File
@@ -10,7 +10,7 @@
/****************************************************************************
* Betterfox *
* "Ad meliora" *
* version: 116 *
* version: 116.1 *
* url: https://github.com/yokoffing/Betterfox *
****************************************************************************/
@@ -85,7 +85,6 @@ user_pref("security.cert_pinning.enforcement_level", 2);
/** SSL / TLS ***/
user_pref("security.ssl.treat_unsafe_negotiation_as_broken", true);
user_pref("security.ssl.require_safe_negotiation", true);
user_pref("browser.xul.error_pages.expert_bad_cert", true);
user_pref("security.tls.enable_0rtt_data", false);