From 6f73db88587c13fa55aabed154befdb798a089e0 Mon Sep 17 00:00:00 2001 From: Henrik Skupin Date: Wed, 2 Dec 2020 09:56:26 +0100 Subject: [PATCH] chore: force-disable Firefox Fission (Site Isolation mode) (#6642) --- src/node/Launcher.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/node/Launcher.ts b/src/node/Launcher.ts index dbc6fb13..6d050210 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