Merge pull request #18433 from timvandermeij/contile
Disable network connections to Contile for the tests
This commit is contained in:
commit
08967a5cd3
@ -944,6 +944,8 @@ async function startBrowser({
|
|||||||
"accessibility.browsewithcaret": true,
|
"accessibility.browsewithcaret": true,
|
||||||
// Disable the newtabpage stuff.
|
// Disable the newtabpage stuff.
|
||||||
"browser.newtabpage.enabled": false,
|
"browser.newtabpage.enabled": false,
|
||||||
|
// Disable network connections to Contile.
|
||||||
|
"browser.topsites.contile.enabled": false,
|
||||||
...extraPrefsFirefox,
|
...extraPrefsFirefox,
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user