mirror of
https://github.com/zen-browser/pdf.js.git
synced 2025-07-10 02:05:37 +02:00
Merge pull request #18433 from timvandermeij/contile
Disable network connections to Contile for the tests
This commit is contained in:
commit
08967a5cd3
1 changed files with 2 additions and 0 deletions
|
@ -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,
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue