From 02e5e6a68dd0dd647bb0e41bff500b869b1ba05b Mon Sep 17 00:00:00 2001 From: Thorin-Oakenpants Date: Mon, 9 Jan 2023 10:32:02 +0000 Subject: [PATCH] remove trailing line left from 108 PR --- user.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/user.js b/user.js index 86fdebf..a0544ff 100644 --- a/user.js +++ b/user.js @@ -471,8 +471,7 @@ user_pref("security.OCSP.require", true); user_pref("security.family_safety.mode", 0); /* 1223: enable strict PKP (Public Key Pinning) * 0=disabled, 1=allow user MiTM (default; such as your antivirus), 2=strict - * [SETUP-WEB] MOZILLA_PKIX_ERROR_KEY_PINNING_FAILURE - * your web browsing by inspecting ALL your web traffic, then override to current default ***/ + * [SETUP-WEB] MOZILLA_PKIX_ERROR_KEY_PINNING_FAILURE ***/ user_pref("security.cert_pinning.enforcement_level", 2); /* 1224: enable CRLite [FF73+] * 0 = disabled