[tor-commits] [Git][tpo/applications/tor-browser][tor-browser-115.2.0esr-13.0-1] fixup! Firefox preference overrides.
Pier Angelo Vendrame (@pierov)
git at gitlab.torproject.org
Mon Aug 28 12:27:55 UTC 2023
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
fixup! Firefox preference overrides.
Bug 41774: Hide the 'Switching to a new device' hepl menu item
- - - - -
1 changed file:
- browser/app/profile/001-base-profile.js
Changes:
=====================================
browser/app/profile/001-base-profile.js
=====================================
@@ -20,6 +20,9 @@ pref("browser.aboutwelcome.enabled", false);
// Disable the Firefox View tab (tor-browser#41876)
pref("browser.tabs.firefox-view", false);
+// Disable 'Switching to a new device" help menu item (tor-browser#41774)
+pref("browser.device-migration.help-menu.hidden", true);
+
// Bug 41668: allow users to apply updates. This is set also in firefox.js for
// all platforms, except for Windows. As explained on firefox.js, Firefox uses a
// per-installation preference on Windows. However, we patch this behavior, and
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/03567aeb4fe5d229693e612b07ed515166e0053a
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/03567aeb4fe5d229693e612b07ed515166e0053a
You're receiving this email because of your account on gitlab.torproject.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.torproject.org/pipermail/tor-commits/attachments/20230828/4ef0e0e4/attachment.htm>
More information about the tor-commits
mailing list