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

Commits:

1 changed file:

Changes:

  • browser/app/profile/001-base-profile.js
    ... ... @@ -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