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

morgan (@morgan) git at gitlab.torproject.org
Wed Oct 2 17:37:16 UTC 2024



morgan pushed to branch mullvad-browser-128.3.0esr-14.0-1 at The Tor Project / Applications / Mullvad Browser


Commits:
37ace560 by Morgan at 2024-10-02T17:36:53+00:00
fixup! Firefox preference overrides.

Bug 43164: Prevent search-bar from being auto-hidden when not used for awhile

- - - - -


1 changed file:

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


Changes:

=====================================
browser/app/profile/001-base-profile.js
=====================================
@@ -9,6 +9,11 @@ pref("intl.locale.requested", "");
 pref("browser.startup.homepage", "about:blank");
 pref("browser.newtabpage.enabled", false);
 
+// tor-browser#43164: Prevent search-bar from being auto-hidden when not used for awhile
+// This preference is locked so that the browser itself can never set an actual
+// value that would trigger the migration.
+pref("browser.search.widget.lastUsed", "", locked);
+
 // Disable initial homepage notifications
 pref("browser.search.update", false);
 pref("startup.homepage_welcome_url", "");



View it on GitLab: https://gitlab.torproject.org/tpo/applications/mullvad-browser/-/commit/37ace56018b9ba9ad643eeefe73653b2a131e6b0

-- 
View it on GitLab: https://gitlab.torproject.org/tpo/applications/mullvad-browser/-/commit/37ace56018b9ba9ad643eeefe73653b2a131e6b0
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/20241002/2e09f6b2/attachment.htm>


More information about the tor-commits mailing list