From 934a339e41fd495a4be7139c892f9f6e70cd7fb1 Mon Sep 17 00:00:00 2001 From: Thorin-Oakenpants Date: Wed, 20 Aug 2025 16:10:56 +0000 Subject: [PATCH] add removed OCSP prefs to cleanup script --- scratchpad-scripts/arkenfox-cleanup.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/scratchpad-scripts/arkenfox-cleanup.js b/scratchpad-scripts/arkenfox-cleanup.js index b1b44f5..b0d8a06 100644 --- a/scratchpad-scripts/arkenfox-cleanup.js +++ b/scratchpad-scripts/arkenfox-cleanup.js @@ -6,7 +6,7 @@ There is an archived version at https://github.com/arkenfox/user.js/issues/123 if you want the full list since jesus - Last updated: 14-August-2025 + Last updated: 20-August-2025 Instructions: - [optional] close Firefox and backup your profile @@ -76,6 +76,9 @@ 'security.ssl3.rsa_des_ede3_sha', // 93 /* REMOVED */ + /* 141-153 */ + 'security.OCSP.enabled', + 'security.OCSP.require', /* 129-140 */ 'dom.securecontext.allowlist_onions', 'network.http.referer.hideOnionSource',