[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
Mon Sep 2 16:24:10 UTC 2024



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


Commits:
03170f93 by Morgan at 2024-09-02T18:24:00+02:00
fixup! Firefox preference overrides.

Bug 42735: Disable recent search suggestions; fix type in comment

- - - - -


1 changed file:

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


Changes:

=====================================
browser/app/profile/001-base-profile.js
=====================================
@@ -171,7 +171,7 @@ pref("browser.urlbar.suggest.trending", false);
 pref("browser.urlbar.trending.featureGate", false);
 // tor-browser#42792: Explicitly turn off Pocket suggestions in the URL bar.
 pref("browser.urlbar.pocket.featureGate", false);
-// tor-browser#41691: Hide "Firefox Suggets" in the UI
+// tor-browser#41691: Hide "Firefox Suggest" in the UI
 pref("browser.urlbar.groupLabels.enabled", false);
 pref("browser.safebrowsing.malware.enabled", false);
 pref("browser.safebrowsing.phishing.enabled", false);
@@ -187,6 +187,10 @@ pref("browser.safebrowsing.provider.mozilla.updateURL", "");
 pref("browser.safebrowsing.provider.mozilla.gethashURL", "");
 pref("datareporting.healthreport.uploadEnabled", false);
 pref("datareporting.policy.dataSubmissionEnabled", false);
+// tor-browser#42735: Disable recent search suggestions
+pref("browser.urlbar.recentsearches.featureGate", false);
+pref("browser.urlbar.suggest.recentsearches", false);
+
 // Make sure Unified Telemetry is really disabled, see: #18738.
 pref("toolkit.telemetry.unified", false);
 // This needs to be locked, or nightly builds will automatically lock it to true



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

-- 
View it on GitLab: https://gitlab.torproject.org/tpo/applications/mullvad-browser/-/commit/03170f9337da8f91c98312d00b9536b7ec93e7f2
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/20240902/7510d823/attachment-0001.htm>


More information about the tor-commits mailing list