user.js

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

commit f0513b7e64160c80f6e2430a5f3155ee855abdcf
parent 336300a274a7721616d7e8109facca984b05f727
Author: Thorin-Oakenpants <Thorin-Oakenpants@users.noreply.github.com>
Date:   Mon, 18 Sep 2023 11:41:47 +0000

inactive prefs no longer needed

encryption prefs false since FF109, taskbar since jesus or whatever
Diffstat:
Mscratchpad-scripts/arkenfox-cleanup.js | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/scratchpad-scripts/arkenfox-cleanup.js b/scratchpad-scripts/arkenfox-cleanup.js @@ -61,12 +61,15 @@ /* REMOVED */ /* 116-128 */ 'browser.fixup.alternate.enabled', + 'browser.taskbar.previews.enable', 'browser.urlbar.dnsResolveSingleWordsAfterSearch', 'media.gmp-widevinecdm.enabled', 'network.protocol-handler.external.ms-windows-store', 'privacy.partition.always_partition_third_party_non_cookie_storage', 'privacy.partition.always_partition_third_party_non_cookie_storage.exempt_sessionstorage', 'privacy.partition.serviceWorkers', + 'security.ssl3.ecdhe_ecdsa_aes_128_sha', + 'security.ssl3.ecdhe_ecdsa_aes_256_sha', /* 103-115 */ 'beacon.enabled', 'browser.startup.blankWindow',