richard pushed to branch base-browser-115.2.0esr-13.0-1 at The Tor Project / Applications / Tor Browser
Commits:
-
503b6ae4
by Pier Angelo Vendrame at 2023-08-25T19:20:41+00:00
1 changed file:
Changes:
... | ... | @@ -282,6 +282,11 @@ pref("dom.enable_resource_timing", false); // Bug 13024: To hell with this API |
282 | 282 | pref("privacy.resistFingerprinting.block_mozAddonManager", true); // Bug 26114
|
283 | 283 | pref("dom.webaudio.enabled", false); // Bug 13017: Disable Web Audio API
|
284 | 284 | pref("dom.webmidi.enabled", false); // Bug 41398: Disable Web MIDI API
|
285 | +// tor-browser#42043: Stop reporting device IDs (and spoof their number without
|
|
286 | +// RFP, RFP already reports 1 audioinput and 1 videoinput, but still has
|
|
287 | +// randomized IDs when this pref is true).
|
|
288 | +// Defense-in-depth (already the default value) from Firefox 119 or 120.
|
|
289 | +pref("media.devices.enumerate.legacy.enabled", false);
|
|
285 | 290 | pref("dom.w3c_touch_events.enabled", 0); // Bug 10286: Always disable Touch API
|
286 | 291 | pref("dom.vr.enabled", false); // Bug 21607: Disable WebVR for now
|
287 | 292 | pref("security.webauth.webauthn", false); // Bug 26614: Disable Web Authentication API for now
|