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

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



Title: GitLab

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

Commits:

  • 4a99b104
    by Pier Angelo Vendrame at 2026-09-08T12:09:53+00:00
    fixup! Firefox preference overrides.
    
    BB 45278: Disable WebXR as a defense-in-depth.
    

1 changed file:

Changes:

  • browser/app/profile/001-base-profile.js
    ... ... @@ -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);
    

  • _______________________________________________
    tor-commits mailing list -- tor-commits@xxxxxxxxxxxxxxxxxxxx
    To unsubscribe send an email to tor-commits-leave@xxxxxxxxxxxxxxxxxxxx