[tor-commits] [Git][tpo/applications/mullvad-browser][mullvad-browser-128.2.0esr-14.0-1] fixup! Firefox preference overrides.

Pier Angelo Vendrame (@pierov) git at gitlab.torproject.org
Thu Sep 5 15:28:28 UTC 2024



Pier Angelo Vendrame pushed to branch mullvad-browser-128.2.0esr-14.0-1 at The Tor Project / Applications / Mullvad Browser


Commits:
5c72998b by Morgan at 2024-09-05T17:28:19+02:00
fixup! Firefox preference overrides.

Bug 42640: Disable Firefox Flame buttond due to unknown interactions with New Identity

- - - - -


1 changed file:

- browser/app/profile/001-base-profile.js


Changes:

=====================================
browser/app/profile/001-base-profile.js
=====================================
@@ -23,6 +23,11 @@ pref("browser.tabs.firefox-view", false, locked);
 // Disable 'Switching to a new device" help menu item (tor-browser#41774)
 pref("browser.device-migration.help-menu.hidden", true);
 
+#if MOZ_UPDATE_CHANNEL == release
+// tor-browser#42640: Disable Firefox Flame buttond due to unknown interactions with New Identity
+pref("browser.privatebrowsing.resetPBM.enabled", false, locked);
+#endif
+
 // 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/mullvad-browser/-/commit/5c72998b2fc4d877e9054b326d95a653f7769db0

-- 
View it on GitLab: https://gitlab.torproject.org/tpo/applications/mullvad-browser/-/commit/5c72998b2fc4d877e9054b326d95a653f7769db0
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/20240905/caa8b0ee/attachment.htm>


More information about the tor-commits mailing list