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

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



Title: GitLab

richard pushed to branch tor-browser-102.11.0esr-12.0-1 at The Tor Project / Applications / Tor Browser

Commits:

  • 1a914ae1
    by hackademix at 2023-05-18T20:09:05+00:00
    fixup! Firefox preference overrides.
    
    tor-browser#41764, prevent automatic download stuffing / DOS
    

1 changed file:

Changes:

  • browser/app/profile/001-base-profile.js
    ... ... @@ -44,6 +44,9 @@ pref("security.nocertdb", true);
    44 44
     pref("browser.download.useDownloadDir", false);
    
    45 45
     pref("browser.download.manager.addToRecentDocs", false);
    
    46 46
     
    
    47
    +// Prevent download stuffing / DOS (tor-browser#41764)
    
    48
    +pref("browser.download.enable_spam_prevention", true);
    
    49
    +
    
    47 50
     // Misc privacy: Disk
    
    48 51
     pref("signon.rememberSignons", false);
    
    49 52
     pref("browser.formfill.enable", false);
    

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