Pier Angelo Vendrame pushed to branch tor-browser-128.2.0esr-14.0-1 at The Tor Project / Applications / Tor Browser
Commits:
-
e464b173
by Dan Ballard at 2024-09-02T08:37:47+00:00
1 changed file:
Changes:
... | ... | @@ -678,6 +678,12 @@ pref("toolkit.winRegisterApplicationRestart", false); |
678 | 678 | pref("browser.startup.windowsLaunchOnLogin.enabled", false);
|
679 | 679 | #endif
|
680 | 680 | |
681 | +#ifdef ANDROID
|
|
682 | +// tor-browser#43023 Force use of only standard emoji font
|
|
683 | +// (not actually stopping samsung emoji font detection, but defense in depth and a step towards normalization)
|
|
684 | +pref("font.name-list.emoji", "Noto Color Emoji");
|
|
685 | +#endif
|
|
686 | + |
|
681 | 687 | // If we are bundling fonts, whitelist those bundled fonts, and restrict system fonts to a selection.
|
682 | 688 | |
683 | 689 | #ifdef MOZ_BUNDLED_FONTS
|