Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Mullvad Browser
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
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
Mullvad Browser
Commits
72fa55f0
Commit
72fa55f0
authored
6 months ago
by
morgan
Browse files
Options
Downloads
Patches
Plain Diff
fixup! Firefox preference overrides.
Bug 42687: Disable contentRelevancy component
parent
28135e70
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#199219
passed
6 months ago
Stage: setup
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
browser/app/profile/001-base-profile.js
+5
-0
5 additions, 0 deletions
browser/app/profile/001-base-profile.js
with
5 additions
and
0 deletions
browser/app/profile/001-base-profile.js
+
5
−
0
View file @
72fa55f0
...
...
@@ -290,6 +290,11 @@ pref("browser.preferences.moreFromMozilla", false);
pref
(
"
extensions.screenshots.disabled
"
,
true
);
pref
(
"
extensions.webcompat-reporter.enabled
"
,
false
);
// Disable contentRelevancy component (which itself is gated on Nimbus) (tor-browser#42867)
pref
(
"
toolkit.contentRelevancy.enabled
"
,
false
;
pref
(
"
toolkit.contentRelevancy.ingestEnabled
"
,
false
);
pref
(
"
toolkit.contentRelevancy.log
"
,
false
);
pref
(
"
browser.search.region
"
,
"
US
"
);
// Disable GeoIP search lookups (#16254)
// Disable use of WiFi location information
pref
(
"
browser.region.network.scan
"
,
false
);
...
...
This diff is collapsed.
Click to expand it.
morgan
@morgan
mentioned in merge request
tor-browser!1150 (merged)
·
6 months ago
mentioned in merge request
tor-browser!1150 (merged)
mentioned in merge request tor-browser!1150
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