This is an automated email from the git hooks/post-receive script.
richard pushed a commit to branch tor-browser-102.4.0esr-12.0-1 in repository tor-browser.
The following commit(s) were added to refs/heads/tor-browser-102.4.0esr-12.0-1 by this push: new 405e13dc38e9 fixup! Firefox preference overrides. 405e13dc38e9 is described below
commit 405e13dc38e9802e172a34a35c1ed47f86ec0d87 Author: Pier Angelo Vendrame pierov@torproject.org AuthorDate: Fri Oct 21 09:59:24 2022 +0200
fixup! Firefox preference overrides.
Bug 41377: Hide `Search for more languages...` from Language selector in multi-locale build --- browser/app/profile/001-base-profile.js | 4 ++++ 1 file changed, 4 insertions(+)
diff --git a/browser/app/profile/001-base-profile.js b/browser/app/profile/001-base-profile.js index 7d88f8fb8d0b..4197b1019454 100644 --- a/browser/app/profile/001-base-profile.js +++ b/browser/app/profile/001-base-profile.js @@ -332,6 +332,10 @@ pref("extensions.htmlaboutaddons.recommendations.enabled", false); pref("extensions.webextensions.restrictedDomains", ""); // Don't give Mozilla-recommended third-party extensions special privileges. pref("extensions.postDownloadThirdPartyPrompt", false); +// We are already providing the languages we support in multi-lingual packages. +// Therefore, do not allow download of additional language packs. They are not a +// privacy/security threat, we are disabling them for UX reasons. See bug 41377. +pref("intl.multilingual.downloadEnabled", false);
// Toolbar layout pref("browser.uiCustomization.state", "{"placements":{"widget-overflow-fixed-list":[],"PersonalToolbar":["personal-bookmarks"],"nav-bar":["back-button","forward-button","stop-reload-button","urlbar-container","security-level-button","new-identity-button","downloads-button"],"TabsToolbar":["tabbrowser-tabs","new-tab-button","alltabs-button"],"toolbar-menubar":["menubar-items"],"PanelUI-contents":["home-button","edit-controls","zoom-controls","n [...]
tor-commits@lists.torproject.org