diff --git a/src/node/Launcher.ts b/src/node/Launcher.ts index dbc6fb1391d..6d05021078f 100644 --- a/src/node/Launcher.ts +++ b/src/node/Launcher.ts @@ -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