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

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



Title: GitLab

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

Commits:

  • c6ae235e
    by Pier Angelo Vendrame at 2024-08-22T22:13:20+00:00
    fixup! Firefox preference overrides.
    
    Bug 42830: Enable Web Audio API.
    
    We were concerned about fingerprintability of these APIs.
    However, Mozilla switched to the same Math library for all platforms, so
    these concerns are less reduced (and are mostly about different
    architectures, that probably leak anyway).
    So, for compatibility, we decided to enable Web Audio.
    

1 changed file:

Changes:

  • browser/app/profile/001-base-profile.js
    ... ... @@ -377,8 +377,7 @@ pref("dom.disable_window_move_resize", true);
    377 377
     // Set video VP9 to 0 for everyone (bug 22548)
    
    378 378
     pref("media.benchmark.vp9.threshold", 0);
    
    379 379
     pref("privacy.resistFingerprinting.block_mozAddonManager", true); // Bug 26114
    
    380
    -pref("dom.webaudio.enabled", false); // Bug 13017: Disable Web Audio API
    
    381
    -pref("dom.webmidi.enabled", false); //  Bug 41398: Disable Web MIDI API
    
    380
    +pref("dom.webmidi.enabled", false); // Bug 41398: Disable Web MIDI API
    
    382 381
     // tor-browser#42043: Stop reporting device IDs (and spoof their number without
    
    383 382
     // RFP, RFP already reports 1 audioinput and 1 videoinput, but still has
    
    384 383
     // randomized IDs when this pref is true).
    

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