Skip to content

Commit

Permalink
chore: disable certain Fission features for Firefox (#7610)
Browse files Browse the repository at this point in the history
  • Loading branch information
whimboo committed Oct 7, 2021
1 parent 7cc22c7 commit e7f8262
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/node/Launcher.ts
Expand Up @@ -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,
Expand Down

0 comments on commit e7f8262

Please sign in to comment.