chore: sync latest Firefox preference changes for translation feature (#10644)

This commit is contained in:
Julian Descottes 2023-07-27 08:14:22 +02:00 committed by GitHub
parent 34be28db5d
commit 2423d4fd94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -156,9 +156,8 @@ function defaultProfilePreferences(
// Do not warn when multiple tabs will be opened
'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,
// Do not automatically offer translations, as tests do not expect this.
'browser.translations.automaticallyPopup': false,
// Disable the UI tour.
'browser.uitour.enabled': false,