morgan pushed to branch mullvad-browser-153.2.0esr-16.0-1 at The Tor Project / Applications / Mullvad Browser
Commits:
-
a7a830cb
by Pier Angelo Vendrame at 2026-09-08T12:14:22+00:00
1 changed file:
Changes:
| ... | ... | @@ -552,6 +552,8 @@ pref("media.devices.enumerate.legacy.enabled", false); |
| 552 | 552 | pref("apz.overscroll.enabled", false);
|
| 553 | 553 | #endif
|
| 554 | 554 | pref("dom.vr.enabled", false); // Bug 21607: Disable WebVR for now
|
| 555 | +// tor-browser#45278: Disable WebXR as a defense-in-depth
|
|
| 556 | +pref("dom.vr.webxr.enabled", false);
|
|
| 555 | 557 | pref("security.webauth.webauthn", false); // Bug 26614: Disable Web Authentication API for now
|
| 556 | 558 | // Disable SAB, no matter if the sites are cross-origin isolated.
|
| 557 | 559 | pref("dom.postMessage.sharedArrayBuffer.withCOOP_COEP", false);
|