mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-20 23:37:33 +09:00
Fix the preference for e10s (enabled by default, disable if user wants to)
This commit is contained in:
parent
b386e2fed1
commit
498b121c86
3 changed files with 11 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue