[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

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



Title: GitLab

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

Commits:

  • cf4fca21
    by Pier Angelo Vendrame at 2024-08-13T20:45:03+00:00
    fixup! Firefox preference overrides.
    
    Bug 42886: Disable trending results.
    
    In this way we are consistent with weather and addons.
    

1 changed file:

Changes:

  • browser/app/profile/001-base-profile.js
    ... ... @@ -161,6 +161,9 @@ pref("browser.urlbar.suggest.addons", false);
    161 161
     pref("browser.urlbar.addons.featureGate", false);
    
    162 162
     pref("browser.urlbar.suggest.weather", false);
    
    163 163
     pref("browser.urlbar.weather.featureGate", false);
    
    164
    +// tor-browser#42886: Disable trending results.
    
    165
    +pref("browser.urlbar.suggest.trending", false);
    
    166
    +pref("browser.urlbar.trending.featureGate", false);
    
    164 167
     // tor-browser#42792: Explicitly turn off Pocket suggestions in the URL bar.
    
    165 168
     pref("browser.urlbar.pocket.featureGate", false);
    
    166 169
     // tor-browser#41691: Hide "Firefox Suggets" in the UI
    

  • _______________________________________________
    tor-commits mailing list
    tor-commits@xxxxxxxxxxxxxxxxxxxx
    https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits