Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Tor Browser
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
The Tor Project
Applications
Tor Browser
Commits
1e47fe55
Verified
Commit
1e47fe55
authored
Aug 28, 2024
by
Dan Ballard
Committed by
Pier Angelo Vendrame
11 months ago
Browse files
Options
Downloads
Patches
Plain Diff
fixup! Firefox preference overrides.
Bug 43023: Remove whitelist of samsung color emoji font
parent
3ed47a35
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!1222
Bug 43166: Rebased alpha onto 128.3.0esr
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
browser/app/profile/001-base-profile.js
+6
-0
6 additions, 0 deletions
browser/app/profile/001-base-profile.js
with
6 additions
and
0 deletions
browser/app/profile/001-base-profile.js
+
6
−
0
View file @
1e47fe55
...
...
@@ -666,6 +666,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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
sign in
to comment