From 908638c9dc8f1d66c373617915220c126ed05147 Mon Sep 17 00:00:00 2001 From: Thorin-Oakenpants Date: Sat, 28 Aug 2021 08:39:44 +0000 Subject: [PATCH] security.mixed_content.block_active_content default true since at least FF60 --- scratchpad-scripts/arkenfox-clear-removed.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scratchpad-scripts/arkenfox-clear-removed.js b/scratchpad-scripts/arkenfox-clear-removed.js index ca7b2f4..f202cae 100644 --- a/scratchpad-scripts/arkenfox-clear-removed.js +++ b/scratchpad-scripts/arkenfox-clear-removed.js @@ -1,7 +1,7 @@ /*** This will reset the preferences that have been removed completely from the arkenfox user.js. - Last updated: 27-August-2021 + Last updated: 28-August-2021 For instructions see: https://github.com/arkenfox/user.js/wiki/3.1-Resetting-Inactive-Prefs-[Scripts] @@ -24,6 +24,7 @@ 'layers.acceleration.disabled', 'media.media-capabilities.enabled', 'security.insecure_connection_icon.enabled', + 'security.mixed_content.block_active_content', /* 79-90 */ 'browser.newtabpage.activity-stream.asrouter.providers.snippets', 'browser.send_pings.require_same_host',