mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
chore: force-disable Firefox Fission (Site Isolation mode) (#6642)
This commit is contained in:
parent
53ce52e3b6
commit
6f73db8858
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user