[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:

  • 12641461
    by Pier Angelo Vendrame at 2024-08-12T17:38:04+00:00
    fixup! Firefox preference overrides.
    
    Bug 42814: Opt out from Firefox relay by default.
    

1 changed file:

Changes:

  • browser/app/profile/001-base-profile.js
    ... ... @@ -320,6 +320,10 @@ pref("security.pki.crlite_mode", 0);
    320 320
     
    
    321 321
     // Disable website password breach alerts
    
    322 322
     pref("signon.management.page.breach-alerts.enabled", false, locked);
    
    323
    +// tor-browser#42814: Opt out from Firefox relay by default.
    
    324
    +// Firefox would normally assign disabled when a user has been presented the
    
    325
    +// opportunity to use the service and opted out (see firefox.js).
    
    326
    +pref("signon.firefoxRelay.feature", "disabled");
    
    323 327
     
    
    324 328
     // Disable remote "password recipes". They are a way to improve the UX of the
    
    325 329
     // password manager by havinc specific heuristics for some sites.
    

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