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

morgan (@morgan) git at gitlab.torproject.org
Thu Aug 22 22:13:01 UTC 2024



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


Commits:
5ad278a4 by Pier Angelo Vendrame at 2024-08-22T22:10:52+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:

- browser/app/profile/001-base-profile.js


Changes:

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



View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/5ad278a4f9d23e270b10a9bb652a576d410fd64b

-- 
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/5ad278a4f9d23e270b10a9bb652a576d410fd64b
You're receiving this email because of your account on gitlab.torproject.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.torproject.org/pipermail/tor-commits/attachments/20240822/7156b762/attachment-0001.htm>


More information about the tor-commits mailing list