Skip to content

Commit

Permalink
fixup! Firefox preference overrides.
Browse files Browse the repository at this point in the history
Bug 41806: Prevent Private Browsing start menu item to be automatically
added.
  • Loading branch information
PieroV authored and Richard Pospesel committed Jul 21, 2023
1 parent c228745 commit 007f5b3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions browser/app/profile/001-base-profile.js
Original file line number Diff line number Diff line change
Expand Up @@ -519,6 +519,10 @@ pref("browser.taskbar.lists.frequent.enabled", false);
pref("browser.taskbar.lists.tasks.enabled", false);
pref("browser.taskbar.lists.recent.enabled", false);

// tor-browser#41806: Prevent the browser from adding a new Private Browsing
// start menu item automatically
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);
Expand Down

0 comments on commit 007f5b3

Please sign in to comment.