Skip to content
Snippets Groups Projects
Verified Commit 4f6744b3 authored by Pier Angelo Vendrame's avatar Pier Angelo Vendrame :jack_o_lantern:
Browse files

fixup! Firefox preference overrides.

Bug 43051: Hide the checkbox to open the browser automatically on
Windows startup.
parent bd13ad68
Branches
Tags
No related merge requests found
......@@ -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.
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment