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
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
The Tor Project
Applications
Tor Browser
Commits
bd93d2a7
Verified
Commit
bd93d2a7
authored
6 months ago
by
Dan Ballard
Committed by
Pier Angelo Vendrame
6 months ago
Browse files
Options
Downloads
Patches
Plain Diff
fixup! Firefox preference overrides.
Bug 43023: Remove whitelist of samsung color emoji font
parent
bb922d4c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#200147
passed
6 months ago
Stage: setup
Stage: lint
Changes
1
Pipelines
1
Hide 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 @
bd93d2a7
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Pier Angelo Vendrame
@pierov
mentioned in merge request
!1143 (merged)
·
6 months ago
mentioned in merge request
!1143 (merged)
mentioned in merge request !1143
Toggle commit list
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
register
or
sign in
to comment