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

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



Title: GitLab

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

Commits:

  • e8fd5db4
    by Pier Angelo Vendrame at 2023-10-05T21:57:51+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:

Changes:

  • browser/app/profile/001-base-profile.js
    ... ... @@ -143,6 +143,12 @@ pref("browser.search.suggest.enabled.private", false);
    143 143
     pref("browser.urlbar.suggest.searches", false);
    
    144 144
     pref("browser.urlbar.suggest.quicksuggest.nonsponsored", false);
    
    145 145
     pref("browser.urlbar.suggest.quicksuggest.sponsored", false);
    
    146
    +// tor-browser#41576: Do not suggest weather and addons.
    
    147
    +pref("browser.urlbar.suggest.addons", false);
    
    148
    +pref("browser.urlbar.addons.featureGate", false);
    
    149
    +pref("browser.urlbar.suggest.weather", false);
    
    150
    +pref("browser.urlbar.weather.featureGate", false);
    
    151
    +// tor-browser#41691: Hide "Firefox Suggets" in the UI
    
    146 152
     pref("browser.urlbar.groupLabels.enabled", false);
    
    147 153
     pref("browser.safebrowsing.malware.enabled", false);
    
    148 154
     pref("browser.safebrowsing.phishing.enabled", false);
    

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