1
0
Fork 1

Update patches

This commit is contained in:
Laura Hausmann 2023-10-30 20:26:36 +01:00
parent a5a3f8d3bd
commit 9705c1089d
Signed by: zotan
GPG key ID: D044E84C5BE01605

View file

@ -6,6 +6,9 @@ lockPref("browser.uidensity", 1);
lockPref("browser.startup.page", 3);
lockPref("layout.css.system-ui.enabled", false);
lockPref("privacy.fingerprintingProtection", false);
lockPref("signon.rememberSignons", false);
lockPref("browser.download.viewableInternally.typeWasRegistered.jxl", true);
lockPref("image.jxl.enabled", true);
// Allow custom search engines
pref("browser.urlbar.update2.engineAliasRefresh", true); // No clue why this needs both pref and lockPref but here we are