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

morgan (@morgan) git at gitlab.torproject.org
Tue Aug 13 20:42:05 UTC 2024



morgan pushed to branch tor-browser-128.1.0esr-14.0-1 at The Tor Project / Applications / Tor Browser


Commits:
7405821d by Pier Angelo Vendrame at 2024-08-13T20:15:01+00:00
fixup! Firefox preference overrides.

Bug 42886: Disable trending results.

In this way we are consistent with weather and addons.

- - - - -


1 changed file:

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


Changes:

=====================================
browser/app/profile/001-base-profile.js
=====================================
@@ -161,6 +161,9 @@ 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#42886: Disable trending results.
+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



View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/7405821d90e9bf4e8ef215e45b293c9d1c5303a2

-- 
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/7405821d90e9bf4e8ef215e45b293c9d1c5303a2
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/20240813/d566f472/attachment.htm>


More information about the tor-commits mailing list