Skip to content
Snippets Groups Projects
Commit e464b173 authored by Dan Ballard's avatar Dan Ballard Committed by Pier Angelo Vendrame
Browse files

fixup! Firefox preference overrides.

Bug 43023: Remove whitelist of samsung color emoji font
parent eb4cf955
No related branches found
No related tags found
2 merge requests!1202Bug_43099: 2024 YEC Strings,!1143Bug 43023: Remove Samsung Emoji Font
Pipeline #200142 passed
......@@ -678,6 +678,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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment