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
0002935b
Commit
0002935b
authored
11 months ago
by
henry
Committed by
Pier Angelo Vendrame
11 months ago
Browse files
Options
Downloads
Patches
Plain Diff
fixup! Firefox preference overrides.
Bug 42647: Remove unused preference browser.device-migration.help-menu.hidden.
parent
0737d82c
Branches
Branches containing commit
Tags
Tags containing commit
2 merge requests
!1202
Bug_43099: 2024 YEC Strings
,
!1178
Hide the switch device menu item
Pipeline
#203077
passed
11 months ago
Stage: setup
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
browser/app/profile/001-base-profile.js
+0
-3
0 additions, 3 deletions
browser/app/profile/001-base-profile.js
with
0 additions
and
3 deletions
browser/app/profile/001-base-profile.js
+
0
−
3
View file @
0002935b
...
...
@@ -20,9 +20,6 @@ pref("browser.aboutwelcome.enabled", false);
// Disable the Firefox View tab (tor-browser#41876)
pref
(
"
browser.tabs.firefox-view
"
,
false
,
locked
);
// Disable 'Switching to a new device" help menu item (tor-browser#41774)
pref
(
"
browser.device-migration.help-menu.hidden
"
,
true
);
#if
MOZ_UPDATE_CHANNEL
==
release
// tor-browser#42640: Disable Firefox Flame buttond due to unknown interactions with New Identity
pref
(
"
browser.privatebrowsing.resetPBM.enabled
"
,
false
,
locked
);
...
...
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