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

Pier Angelo Vendrame (@pierov) git at gitlab.torproject.org
Thu Oct 5 19:56:13 UTC 2023



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


Commits:
3c403c7b by Pier Angelo Vendrame at 2023-10-05T21:56:05+02:00
fixup! Firefox preference overrides.

Bug 41576: Make sure weather and addon suggestions stay off.

Better to set them already for the next ESR.

- - - - -


1 changed file:

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


Changes:

=====================================
browser/app/profile/001-base-profile.js
=====================================
@@ -143,6 +143,12 @@ pref("browser.search.suggest.enabled.private", false);
 pref("browser.urlbar.suggest.searches", false);
 pref("browser.urlbar.suggest.quicksuggest.nonsponsored", false);
 pref("browser.urlbar.suggest.quicksuggest.sponsored", false);
+// tor-browser#41576: Do not suggest weather and addons.
+pref("browser.urlbar.suggest.addons", false);
+pref("browser.urlbar.addons.featureGate", false);
+pref("browser.urlbar.suggest.weather", false);
+pref("browser.urlbar.weather.featureGate", false);
+// tor-browser#41691: Hide "Firefox Suggets" in the UI
 pref("browser.urlbar.groupLabels.enabled", false);
 pref("browser.safebrowsing.malware.enabled", false);
 pref("browser.safebrowsing.phishing.enabled", false);



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

-- 
View it on GitLab: https://gitlab.torproject.org/tpo/applications/mullvad-browser/-/commit/3c403c7b926261ae6a7e2b7e72ce09d8371b7a2f
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/20231005/2a179a50/attachment.htm>


More information about the tor-commits mailing list