Refactor browser profile preferences and experimental settings

This commit is contained in:
mr. M
2024-10-15 08:28:20 +02:00
parent ac3e035af7
commit 7023e0a800
3 changed files with 6 additions and 2 deletions

View File

@@ -158,7 +158,6 @@ pref("browser.shell.checkDefaultBrowser", false);
pref("browser.newtabpage.activity-stream.asrouter.userprefs.cfr.addons", false);
pref("browser.newtabpage.activity-stream.asrouter.userprefs.cfr.features", false);
pref("browser.preferences.moreFromMozilla", false);
pref("browser.tabs.tabmanager.enabled", false);
pref("browser.aboutConfig.showWarning", false);
pref("browser.aboutwelcome.enabled", false);

View File

@@ -236,3 +236,8 @@ pref("network.fetchpriority.enabled", true);
// No Proxy should be default, Use system proxy allows antivirus, virus or system proxy to MITM or slowing down Zen
pref("network.proxy.type", 0);
// ZEN EXPERIMENTAL:
pref("security.tls.enable_kyber", true);
pref("network.http.http3.enable_kyber", true);