
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. commit 1f0435c6aed5ebc13289cfe182a4ff9217ca084c Author: Pier Angelo Vendrame <pierov@torproject.org> AuthorDate: Tue Oct 25 15:27:54 2022 +0200 fixup! Firefox preference overrides. Bug 41370: Do not change language packs for custom bookmarks anymore --- browser/app/profile/001-base-profile.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/browser/app/profile/001-base-profile.js b/browser/app/profile/001-base-profile.js index bd85bc010e66..304f0668b433 100644 --- a/browser/app/profile/001-base-profile.js +++ b/browser/app/profile/001-base-profile.js @@ -380,11 +380,6 @@ pref("security.certerrors.mitm.auto_enable_enterprise_roots", false); pref("gfx.offscreencanvas.domain-enabled", false); pref("gfx.offscreencanvas.domain-allowlist", ""); -// Disable the language pack signing check for now on macOS, see #31942 -#ifdef XP_MACOSX -pref("extensions.langpacks.signatures.required", false); -#endif - // Disable special URL bar behaviors pref("browser.urlbar.suggest.topsites", false); pref("browser.urlbar.update1.interventions", false); -- To stop receiving notification emails like this one, please contact the administrator of this repository.