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

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



Title: GitLab

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

Commits:

  • 6a043750
    by Richard Pospesel at 2023-09-19T07:46:09+00:00
    fixup! Firefox preference overrides.
    
    Bug 42094: Explicitly disable media.aboutwebrtc.hist.enabled
    

1 changed file:

Changes:

  • browser/app/profile/001-base-profile.js
    ... ... @@ -49,6 +49,7 @@ pref("browser.cache.disk.enable", false);
    49 49
     pref("permissions.memory_only", true);
    
    50 50
     pref("network.cookie.lifetimePolicy", 2);
    
    51 51
     pref("security.nocertdb", true);
    
    52
    +pref("media.aboutwebrtc.hist.enabled", false);
    
    52 53
     
    
    53 54
     // Disk Activity
    
    54 55
     
    

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