From eb98f06d69610644db94860f3927e97b24b2d1ca Mon Sep 17 00:00:00 2001 From: Thorin-Oakenpants Date: Fri, 8 Apr 2022 21:28:16 +0000 Subject: [PATCH] security.csp.enable https://bugzilla.mozilla.org/1754301 --- scratchpad-scripts/arkenfox-cleanup.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scratchpad-scripts/arkenfox-cleanup.js b/scratchpad-scripts/arkenfox-cleanup.js index af6193f..29df9cd 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: 9-February-2022 + Last updated: 8-April-2022 Instructions: - [optional] close Firefox and backup your profile @@ -36,6 +36,7 @@ 'browser.urlbar.suggest.quicksuggest', // 95 'dom.securecontext.whitelist_onions', // 97 'layout.css.font-visibility.level', // 94 + 'security.csp.enable', // 99 'security.ssl3.rsa_des_ede3_sha', // 93 /* FF79-91 */ 'browser.cache.offline.storage.enable',