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:
Henrik Skupin 2020-12-01 20:33:40 +00:00
Родитель 061c96851f
Коммит 36a7a875c8
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -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