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

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



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


Commits:
9e98eaa8 by Pier Angelo Vendrame at 2024-08-22T22:14:58+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,7 +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.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/mullvad-browser/-/commit/9e98eaa8d4044e50cb78d809beb131dc6f16fc86

-- 
View it on GitLab: https://gitlab.torproject.org/tpo/applications/mullvad-browser/-/commit/9e98eaa8d4044e50cb78d809beb131dc6f16fc86
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/69e1c918/attachment-0001.htm>


More information about the tor-commits mailing list