Commit 983e902d authored by Pier Angelo Vendrame's avatar Pier Angelo Vendrame 🎃 Committed by morgan
Browse files

fixup! Firefox preference overrides.

Bug 43051: Hide the checkbox to open the browser automatically on
Windows startup.
parent 6a46ddb4
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -664,6 +664,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.