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

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



Title: GitLab

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

Commits:

  • 44186d33
    by Morgan at 2024-09-02T16:22:24+00:00
    fixup! Firefox preference overrides.
    
    Bug 42735: Disable recent search suggestions; fix type in comment
    

1 changed file:

Changes:

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

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