Pier Angelo Vendrame pushed to branch mullvad-browser-115.3.0esr-13.0-1 at The Tor Project / Applications / Mullvad Browser

Commits:

1 changed file:

Changes:

  • browser/app/profile/001-base-profile.js
    ... ... @@ -335,6 +335,10 @@ pref("media.devices.enumerate.legacy.enabled", false);
    335 335
     // Bug 10286: Always disable Touch API.
    
    336 336
     // We might need to deepen this topic, see tor-browser#42069.
    
    337 337
     pref("dom.w3c_touch_events.enabled", 0);
    
    338
    +#ifndef ANDROID
    
    339
    +// Bug 42138: Disable touch-based overscroll UX
    
    340
    +pref("apz.overscroll.enabled", false);
    
    341
    +#endif
    
    338 342
     pref("dom.vr.enabled", false); // Bug 21607: Disable WebVR for now
    
    339 343
     pref("security.webauth.webauthn", false); // Bug 26614: Disable Web Authentication API for now
    
    340 344
     // Disable SAB, no matter if the sites are cross-origin isolated.