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
1 changed file:
Changes:
... | ... | @@ -677,6 +677,12 @@ pref("toolkit.winRegisterApplicationRestart", false); |
677 | 677 | pref("browser.startup.windowsLaunchOnLogin.enabled", false);
|
678 | 678 | #endif
|
679 | 679 | |
680 | +#ifdef ANDROID
|
|
681 | +// tor-browser#43023 Force use of only standard emoji font
|
|
682 | +// (not actually stopping samsung emoji font detection, but defense in depth and a step towards normalization)
|
|
683 | +pref("font.name-list.emoji", "Noto Color Emoji");
|
|
684 | +#endif
|
|
685 | + |
|
680 | 686 | // If we are bundling fonts, whitelist those bundled fonts, and restrict system fonts to a selection.
|
681 | 687 | |
682 | 688 | #ifdef MOZ_BUNDLED_FONTS
|