mirror of
https://github.com/arkenfox/user.js.git
synced 2025-04-29 21:43:36 +02:00
make deprecated sha1_enforcement_level inactive
since we're now 102+ exclusively, and since this is now default 1 in FF102+, make it inactive
This commit is contained in:
parent
7930f94356
commit
e9331afe1c
1 changed files with 1 additions and 1 deletions
2
user.js
2
user.js
|
@ -1291,7 +1291,7 @@ user_pref("_user.js.parrot", "9999 syntax error: the parrot's shuffled off 'is m
|
|||
user_pref("network.cookie.lifetimePolicy", 2);
|
||||
// 6012: disable SHA-1 certificates
|
||||
// [-] https://bugzilla.mozilla.org/1766687
|
||||
user_pref("security.pki.sha1_enforcement_level", 1); // [DEFAULT: 1]
|
||||
// user_pref("security.pki.sha1_enforcement_level", 1); // [DEFAULT: 1]
|
||||
// ***/
|
||||
|
||||
/* END: internal custom pref to test for syntax errors ***/
|
||||
|
|
Loading…
Add table
Reference in a new issue