1
0
Fork 1

Remove pref as Bug 1420777 is finally fixed

This commit is contained in:
Laura Hausmann 2024-04-05 15:23:33 +02:00
parent 263a2b9fd5
commit 48082e3b5a
Signed by: zotan
GPG key ID: D044E84C5BE01605

View file

@ -18,9 +18,6 @@ lockPref("xpinstall.signatures.required", false);
pref("browser.urlbar.update2.engineAliasRefresh", true); // No clue why this needs both pref and lockPref but here we are
lockPref("browser.urlbar.update2.engineAliasRefresh", true);
// Workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=1420777
lockPref("network.http.http2.coalesce-hostnames", false);
// ads & annoyances
pref("extensions.getAddons.showPane", false); // No clue why this needs both pref and lockPref but here we are
lockPref("extensions.getAddons.showPane", false);