mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
chore: disable Firefox preference browser.translations.enable (#10288)
This commit is contained in:
parent
39e9737232
commit
cf8402b711
@ -158,6 +158,10 @@ function defaultProfilePreferences(
|
|||||||
// Do not warn when multiple tabs will be opened
|
// Do not warn when multiple tabs will be opened
|
||||||
'browser.tabs.warnOnOpen': false,
|
'browser.tabs.warnOnOpen': false,
|
||||||
|
|
||||||
|
// Disable page translations, which can cause issues with tests.
|
||||||
|
// See https://bugzilla.mozilla.org/show_bug.cgi?id=1836093.
|
||||||
|
'browser.translations.enable': false,
|
||||||
|
|
||||||
// Disable the UI tour.
|
// Disable the UI tour.
|
||||||
'browser.uitour.enabled': false,
|
'browser.uitour.enabled': false,
|
||||||
// Turn off search suggestions in the location bar so as not to trigger
|
// Turn off search suggestions in the location bar so as not to trigger
|
||||||
|
Loading…
Reference in New Issue
Block a user