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

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



Title: GitLab

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

Commits:

  • 8f813a59
    by Pier Angelo Vendrame at 2024-08-12T17:58:58+00:00
    fixup! Firefox preference overrides.
    
    Bug 42792: Explicitly turn off Pocket suggestions in the URL bar
    

1 changed file:

Changes:

  • browser/app/profile/001-base-profile.js
    ... ... @@ -158,6 +158,8 @@ pref("browser.urlbar.suggest.addons", false);
    158 158
     pref("browser.urlbar.addons.featureGate", false);
    
    159 159
     pref("browser.urlbar.suggest.weather", false);
    
    160 160
     pref("browser.urlbar.weather.featureGate", false);
    
    161
    +// tor-browser#42792: Explicitly turn off Pocket suggestions in the URL bar.
    
    162
    +pref("browser.urlbar.pocket.featureGate", false);
    
    161 163
     // tor-browser#41691: Hide "Firefox Suggets" in the UI
    
    162 164
     pref("browser.urlbar.groupLabels.enabled", false);
    
    163 165
     pref("browser.safebrowsing.malware.enabled", false);
    

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