From d466cf694e56265a325d3cf6c6248a6e596e60aa Mon Sep 17 00:00:00 2001 From: Thorin-Oakenpants Date: Fri, 1 Jul 2022 08:15:39 +0000 Subject: [PATCH] two password prefs https://bugzilla.mozilla.org/1767099 --- scratchpad-scripts/arkenfox-cleanup.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scratchpad-scripts/arkenfox-cleanup.js b/scratchpad-scripts/arkenfox-cleanup.js index e86dc4b..5db8b48 100644 --- a/scratchpad-scripts/arkenfox-cleanup.js +++ b/scratchpad-scripts/arkenfox-cleanup.js @@ -3,7 +3,7 @@ - removed from the arkenfox user.js - deprecated by Mozilla but listed in the arkenfox user.js in the past - Last updated: 30-June-2022 + Last updated: 1-July-2022 Instructions: - [optional] close Firefox and backup your profile @@ -42,7 +42,9 @@ 'network.http.spdy.websockets', 'layout.css.font-visibility.level', // 94 'network.cookie.lifetimePolicy', // 102 [technically removed in 104] + 'security.ask_for_password', // 102 'security.csp.enable', // 99 + 'security.password_lifetime', // 102 'security.ssl3.rsa_des_ede3_sha', // 93 /* 79-91 */ 'browser.cache.offline.storage.enable',