Skip to content
Snippets Groups Projects
Commit fa88d8d5 authored by Pier Angelo Vendrame's avatar Pier Angelo Vendrame :jack_o_lantern: Committed by morgan
Browse files

fixup! Firefox preference overrides.

Bug 43051: Hide the checkbox to open the browser automatically on
Windows startup.
parent c66e7939
No related branches found
No related tags found
No related merge requests found
Pipeline #194346 passed
......@@ -662,6 +662,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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment