Merge pull request #18433 from timvandermeij/contile

Disable network connections to Contile for the tests
This commit is contained in:
Tim van der Meij 2024-07-13 20:28:07 +02:00 committed by GitHub
commit 08967a5cd3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -944,6 +944,8 @@ async function startBrowser({
"accessibility.browsewithcaret": true,
// Disable the newtabpage stuff.
"browser.newtabpage.enabled": false,
// Disable network connections to Contile.
"browser.topsites.contile.enabled": false,
...extraPrefsFirefox,
};
}