chore: disable certain Fission features for Firefox (#7610)

This commit is contained in:
Henrik Skupin 2021-10-07 12:13:54 +02:00 committed by GitHub
parent 7cc22c7629
commit e7f82626ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -529,8 +529,11 @@ 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,
// Temporarily force disable BFCache in parent (https://bit.ly/bug-1732263)
'fission.bfcacheInParent': false,
// Force all web content to use a single content process
'fission.webContentIsolationStrategy': 0,
// Allow the application to have focus even it runs in the background
'focusmanager.testmode': true,