1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-19 14:48:08 +02:00

Merge pull request #18356 from calixteman/no_newtabpage

Disable new tab page stuff in Firefox when running tests
This commit is contained in:
Tim van der Meij 2024-07-01 16:47:39 +02:00 committed by GitHub
commit 067ec20092
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -946,6 +946,8 @@ async function startBrowser({
"dom.events.asyncClipboard.clipboardItem": true,
// It's helpful to see where the caret is.
"accessibility.browsewithcaret": true,
// Disable the newtabpage stuff.
"browser.newtabpage.enabled": false,
...extraPrefsFirefox,
};
}