[tor-commits] [tor-browser/tor-browser-68.1.0esr-9.0-2] fixup! TB4: Tor Browser's Firefox preference overrides.

gk at torproject.org gk at torproject.org
Thu Oct 10 16:13:00 UTC 2019


commit 293608f16682a977f22527bd74a449cd04d0fcd3
Author: Georg Koppen <gk at torproject.org>
Date:   Wed Oct 9 09:43:30 2019 +0000

    fixup! TB4: Tor Browser's Firefox preference overrides.
---
 browser/app/profile/000-tor-browser.js | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/browser/app/profile/000-tor-browser.js b/browser/app/profile/000-tor-browser.js
index 84e35f570181..49f5b6a37000 100644
--- a/browser/app/profile/000-tor-browser.js
+++ b/browser/app/profile/000-tor-browser.js
@@ -328,8 +328,10 @@ pref("security.family_safety.mode", 0);
 // Enforce SHA1 deprecation, see: bug 18042.
 pref("security.pki.sha1_enforcement_level", 2);
 
-// Disable the language pack signing check for now, see: bug 26465
+// Disable the language pack signing check for now on macOS, see #31942
+#ifdef XP_MACOSX
 pref("extensions.langpacks.signatures.required", false);
+#endif
 
 // Avoid report TLS errors to Mozilla. We might want to repurpose this feature
 // one day to help detecting bad relays (which is bug 19119). For now we just



More information about the tor-commits mailing list