chore: force-disable Firefox Fission (Site Isolation mode) (#6642)
This commit is contained in:
parent
53ce52e3b6
commit
6f73db8858
@ -494,6 +494,9 @@ class FirefoxLauncher implements ProductLauncher {
|
|||||||
// Make sure opening about:addons will not hit the network
|
// Make sure opening about:addons will not hit the network
|
||||||
'extensions.webservice.discoverURL': `http://${server}/dummy/discoveryURL`,
|
'extensions.webservice.discoverURL': `http://${server}/dummy/discoveryURL`,
|
||||||
|
|
||||||
|
// Force disable Fission until the Remote Agent is compatible
|
||||||
|
'fission.autostart': false,
|
||||||
|
|
||||||
// Allow the application to have focus even it runs in the background
|
// Allow the application to have focus even it runs in the background
|
||||||
'focusmanager.testmode': true,
|
'focusmanager.testmode': true,
|
||||||
// Disable useragent updates
|
// Disable useragent updates
|
||||||
|
Loading…
Reference in New Issue
Block a user