Fix the preference for e10s (enabled by default, disable if user wants to)

This commit is contained in:
ownedbywuigi 2026-03-29 23:43:08 +01:00
commit 498b121c86
3 changed files with 11 additions and 0 deletions

View file

@ -919,6 +919,7 @@ pref("dom.ipc.shims.enabledWarnings", false);
// Start the browser in e10s mode
pref("browser.tabs.remote.autostart", true);
pref("browser.tabs.remote.force-enable", true);
pref("browser.tabs.remote.force-disable", false);
pref("browser.tabs.remote.desktopbehavior", true);
pref("browser.tabs.remote.ignoreBlockPolicy", true);
// Number of web content processes used by e10s.