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
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
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
Mullvad Browser
Commits
4f6744b3
Verified
Commit
4f6744b3
authored
Aug 14, 2024
by
Pier Angelo Vendrame
Browse files
Options
Downloads
Patches
Plain Diff
fixup! Firefox preference overrides.
Bug 43051: Hide the checkbox to open the browser automatically on Windows startup.
parent
bd13ad68
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
browser/app/profile/001-base-profile.js
+3
-0
3 additions, 0 deletions
browser/app/profile/001-base-profile.js
with
3 additions
and
0 deletions
browser/app/profile/001-base-profile.js
+
3
−
0
View file @
4f6744b3
...
...
@@ -651,6 +651,9 @@ pref("browser.privacySegmentation.createdShortcut", true);
// Do not re-open the browser automatically after reboots when "Restart apps" is
// enabled (tor-browser#41503)
pref
(
"
toolkit.winRegisterApplicationRestart
"
,
false
);
// tor-browser#43051: Hide the checkbox to open the browser automatically on
// Windows startup.
pref
(
"
browser.startup.windowsLaunchOnLogin.enabled
"
,
false
);
#endif
// If we are bundling fonts, whitelist those bundled fonts, and restrict system fonts to a selection.
...
...
...
...
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