mirror of
https://github.com/arkenfox/user.js.git
synced 2025-04-30 22:13:40 +02:00
start v98
note: FF99+ new crlite mode 3 - bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1753071 - patch: https://phabricator.services.mozilla.com/D137553
This commit is contained in:
parent
ba052105de
commit
d407762d8c
1 changed files with 3 additions and 3 deletions
6
user.js
6
user.js
|
@ -1,7 +1,7 @@
|
||||||
/******
|
/******
|
||||||
* name: arkenfox user.js
|
* name: arkenfox user.js
|
||||||
* date: 12 February 2022
|
* date: 12 March 2022
|
||||||
* version: 97
|
* version: 98
|
||||||
* url: https://github.com/arkenfox/user.js
|
* url: https://github.com/arkenfox/user.js
|
||||||
* license: MIT: https://github.com/arkenfox/user.js/blob/master/LICENSE.txt
|
* license: MIT: https://github.com/arkenfox/user.js/blob/master/LICENSE.txt
|
||||||
|
|
||||||
|
@ -515,7 +515,7 @@ user_pref("security.family_safety.mode", 0);
|
||||||
user_pref("security.cert_pinning.enforcement_level", 2);
|
user_pref("security.cert_pinning.enforcement_level", 2);
|
||||||
/* 1224: enable CRLite [FF73+]
|
/* 1224: enable CRLite [FF73+]
|
||||||
* In FF84+ it covers valid certs and in mode 2 doesn't fall back to OCSP
|
* In FF84+ it covers valid certs and in mode 2 doesn't fall back to OCSP
|
||||||
* [1] https://bugzilla.mozilla.org/buglist.cgi?bug_id=1429800,1670985
|
* [1] https://bugzilla.mozilla.org/buglist.cgi?bug_id=1429800,1670985,1753071
|
||||||
* [2] https://blog.mozilla.org/security/tag/crlite/ ***/
|
* [2] https://blog.mozilla.org/security/tag/crlite/ ***/
|
||||||
user_pref("security.remote_settings.crlite_filters.enabled", true);
|
user_pref("security.remote_settings.crlite_filters.enabled", true);
|
||||||
user_pref("security.pki.crlite_mode", 2);
|
user_pref("security.pki.crlite_mode", 2);
|
||||||
|
|
Loading…
Add table
Reference in a new issue