1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-19 06:38:07 +02:00

Merge pull request #19335 from Snuffleupagus/test-rm-console-log-spam

Reduce console spam when running tests in Firefox
This commit is contained in:
Jonas Jenwald 2025-01-17 11:29:23 +01:00 committed by GitHub
commit 45a32b7c58
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -952,6 +952,8 @@ async function startBrowser({
"browser.newtabpage.enabled": false,
// Disable network connections to Contile.
"browser.topsites.contile.enabled": false,
// Disable logging for remote settings.
"services.settings.loglevel": "off",
...extraPrefsFirefox,
};
}