[tor-commits] [Git][tpo/applications/mullvad-browser][mullvad-browser-128.2.0esr-14.0-1] fixup! Firefox preference overrides.

Pier Angelo Vendrame (@pierov) git at gitlab.torproject.org
Mon Sep 2 09:15:58 UTC 2024



Pier Angelo Vendrame pushed to branch mullvad-browser-128.2.0esr-14.0-1 at The Tor Project / Applications / Mullvad Browser


Commits:
e67e2a7e by Dan Ballard at 2024-09-02T11:15:49+02:00
fixup! Firefox preference overrides.

Bug 43023: Remove whitelist of samsung color emoji font

- - - - -


1 changed file:

- browser/app/profile/001-base-profile.js


Changes:

=====================================
browser/app/profile/001-base-profile.js
=====================================
@@ -677,6 +677,12 @@ pref("toolkit.winRegisterApplicationRestart", false);
 pref("browser.startup.windowsLaunchOnLogin.enabled", false);
 #endif
 
+#ifdef ANDROID
+// tor-browser#43023 Force use of only standard emoji font
+// (not actually stopping samsung emoji font detection, but defense in depth and a step towards normalization)
+pref("font.name-list.emoji", "Noto Color Emoji");
+#endif
+
 // If we are bundling fonts, whitelist those bundled fonts, and restrict system fonts to a selection.
 
 #ifdef MOZ_BUNDLED_FONTS



View it on GitLab: https://gitlab.torproject.org/tpo/applications/mullvad-browser/-/commit/e67e2a7eb9873e837acc8657c10b1260f7d33d4e

-- 
View it on GitLab: https://gitlab.torproject.org/tpo/applications/mullvad-browser/-/commit/e67e2a7eb9873e837acc8657c10b1260f7d33d4e
You're receiving this email because of your account on gitlab.torproject.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.torproject.org/pipermail/tor-commits/attachments/20240902/eba20924/attachment.htm>


More information about the tor-commits mailing list