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:
Thorin-Oakenpants 2022-10-06 04:31:26 +00:00 committed by GitHub
parent 7930f94356
commit e9331afe1c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 ***/