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

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



Title: GitLab

henry pushed to branch tor-browser-153.1.0esr-16.0-1 at The Tor Project / Applications / Tor Browser

Commits:

  • fd8a46ee
    by Henry Wilkes at 2026-08-18T16:52:28+02:00
    fixup! Firefox preference overrides.
    
    BB 45214: Disable megalist (contextual password manager).
    

1 changed file:

Changes:

  • browser/app/profile/001-base-profile.js
    ... ... @@ -55,6 +55,9 @@ pref("permissions.memory_only", true);
    55 55
     pref("security.nocertdb", true);
    
    56 56
     pref("media.aboutwebrtc.hist.enabled", false);
    
    57 57
     
    
    58
    +// tor-browser#45214: Disable the megalist (contextual password manager).
    
    59
    +pref("browser.contextual-password-manager.enabled", false);
    
    60
    +
    
    58 61
     // Disk Activity
    
    59 62
     
    
    60 63
     // Disable auto-downloading to ~/Downloads and other download tweaks to minimize
    

  • _______________________________________________
    tor-commits mailing list -- tor-commits@xxxxxxxxxxxxxxxxxxxx
    To unsubscribe send an email to tor-commits-leave@xxxxxxxxxxxxxxxxxxxx