chore: force-disable Firefox Fission (Site Isolation mode) (#6642)

This commit is contained in:
Henrik Skupin 2020-12-02 09:56:26 +01:00 committed by GitHub
parent 53ce52e3b6
commit 6f73db8858
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -494,6 +494,9 @@ class FirefoxLauncher implements ProductLauncher {
// Make sure opening about:addons will not hit the network
'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
'focusmanager.testmode': true,
// Disable useragent updates