1
0
mirror of https://github.com/yokoffing/Betterfox.git synced 2026-06-29 08:02:12 +05:30

crlite mode now default

This commit is contained in:
yokoffing
2025-08-25 09:20:30 -04:00
committed by GitHub
parent 7dc47f55ed
commit d4fff2b3fa
+2 -2
View File
@@ -10,7 +10,7 @@
/**************************************************************************** /****************************************************************************
* Betterfox * * Betterfox *
* "Ad meliora" * * "Ad meliora" *
* version: 142 * * version: 144 *
* url: https://github.com/yokoffing/Betterfox * * url: https://github.com/yokoffing/Betterfox *
****************************************************************************/ ****************************************************************************/
@@ -72,7 +72,6 @@ user_pref("privacy.globalprivacycontrol.enabled", true);
/** OCSP & CERTS / HPKP ***/ /** OCSP & CERTS / HPKP ***/
user_pref("security.OCSP.enabled", 0); user_pref("security.OCSP.enabled", 0);
user_pref("security.pki.crlite_mode", 2);
user_pref("security.csp.reporting.enabled", false); user_pref("security.csp.reporting.enabled", false);
/** SSL / TLS ***/ /** SSL / TLS ***/
@@ -236,3 +235,4 @@ user_pref("layout.word_select.eat_space_to_next_word", false);