[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

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



Title: GitLab

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
    fixup! Firefox preference overrides.
    
    Bug 43023: Remove whitelist of samsung color emoji font
    

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
    

  • _______________________________________________
    tor-commits mailing list
    tor-commits@xxxxxxxxxxxxxxxxxxxx
    https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits