Pier Angelo Vendrame pushed to branch tor-browser-115.2.0esr-13.0-1 at The Tor Project / Applications / Tor Browser
Commits:
- 
03567aeb
by Richard Pospesel at 2023-08-26T05:28:59+00:00
1 changed file:
Changes:
| ... | ... | @@ -20,6 +20,9 @@ pref("browser.aboutwelcome.enabled", false); | 
| 20 | 20 |  // Disable the Firefox View tab (tor-browser#41876)
 | 
| 21 | 21 |  pref("browser.tabs.firefox-view", false);
 | 
| 22 | 22 | |
| 23 | +// Disable 'Switching to a new device" help menu item (tor-browser#41774)
 | |
| 24 | +pref("browser.device-migration.help-menu.hidden", true);
 | |
| 25 | + | |
| 23 | 26 |  // Bug 41668: allow users to apply updates. This is set also in firefox.js for
 | 
| 24 | 27 |  // all platforms, except for Windows. As explained on firefox.js, Firefox uses a
 | 
| 25 | 28 |  // per-installation preference on Windows. However, we patch this behavior, and
 |