From e9331afe1c8b1e820f505e6d3b16473599cb2ef9 Mon Sep 17 00:00:00 2001
From: Thorin-Oakenpants <Thorin-Oakenpants@users.noreply.github.com>
Date: Thu, 6 Oct 2022 04:31:26 +0000
Subject: [PATCH] make deprecated sha1_enforcement_level inactive

since we're now 102+ exclusively, and since this is now default 1 in FF102+, make it inactive
---
 user.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/user.js b/user.js
index 3a0c793..26b4bc6 100644
--- a/user.js
+++ b/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 ***/