From f4187632faef76df4de0cbb0cdc7199f22fadd76 Mon Sep 17 00:00:00 2001 From: Thorin-Oakenpants Date: Sat, 8 Oct 2022 19:38:05 +0000 Subject: [PATCH] browser.ssl_override_behavior the code behind it was removed in FF68 - https://bugzilla.mozilla.org/show_bug.cgi?id=1530348 --- scratchpad-scripts/arkenfox-cleanup.js | 1 + 1 file changed, 1 insertion(+) diff --git a/scratchpad-scripts/arkenfox-cleanup.js b/scratchpad-scripts/arkenfox-cleanup.js index dd44842..f839a14 100644 --- a/scratchpad-scripts/arkenfox-cleanup.js +++ b/scratchpad-scripts/arkenfox-cleanup.js @@ -241,6 +241,7 @@ 'browser.newtab.preload', 'browser.newtabpage.activity-stream.feeds.discoverystreamfeed', 'browser.newtabpage.activity-stream.feeds.snippets', + 'browser.ssl_override_behavior', 'browser.tabs.warnOnClose', 'devtools.chrome.enabled', 'dom.netinfo.enabled',