зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1680101 - [remote] Temporarily force disabling Fission until Remote Agent is compatible. r=remote-protocol-reviewers,maja_zf
Differential Revision: https://phabricator.services.mozilla.com/D98377
This commit is contained in:
Родитель
061c96851f
Коммит
36a7a875c8
|
@ -612,6 +612,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
|
||||
|
|
Загрузка…
Ссылка в новой задаче