user.js

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit f4187632faef76df4de0cbb0cdc7199f22fadd76
parent 51f3fdbd87570488d8bac7d8e9aa5965ef9e0566
Author: Thorin-Oakenpants <Thorin-Oakenpants@users.noreply.github.com>
Date:   Sat,  8 Oct 2022 19:38:05 +0000

browser.ssl_override_behavior

the code behind it was removed in FF68 - https://bugzilla.mozilla.org/show_bug.cgi?id=1530348
Diffstat:
Mscratchpad-scripts/arkenfox-cleanup.js | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git 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',