Update prefs

This commit is contained in:
Laura Hausmann 2023-11-04 16:57:13 +01:00
parent 4941d5a5bd
commit 024e243912
Signed by untrusted user: zotan
GPG key ID: D044E84C5BE01605

View file

@ -13,6 +13,7 @@ lockPref("privacy.fingerprintingProtection", false);
lockPref("signon.rememberSignons", false);
lockPref("browser.download.viewableInternally.typeWasRegistered.jxl", true);
lockPref("image.jxl.enabled", true);
lockPref("xpinstall.signatures.required", false);
// Allow custom search engines
pref("browser.urlbar.update2.engineAliasRefresh", true); // No clue why this needs both pref and lockPref but here we are