Pier Angelo Vendrame pushed to branch tor-browser-148.0a1-16.0-2 at The Tor Project / Applications / Tor Browser

Commits:

1 changed file:

Changes:

  • browser/app/profile/001-base-profile.js
    ... ... @@ -510,7 +510,13 @@ pref("dom.webmidi.enabled", false); // Bug 41398: Disable Web MIDI API
    510 510
     // Defense-in-depth (already the default value) from Firefox 119 or 120.
    
    511 511
     pref("media.devices.enumerate.legacy.enabled", false);
    
    512 512
     #ifndef ANDROID
    
    513
    -// Bug 42138: Disable touch-based overscroll UX
    
    513
    +// tor-browser#43769,42010,42138: Disable overscroll UX.
    
    514
    +// Firefox has an overscroll effect that appears only when using a touch screen
    
    515
    +// or a touchpad. So, theoretically it is a behavior difference also for desktop
    
    516
    +// users.
    
    517
    +// However, we could not find a way to actually measure this effect.
    
    518
    +// Still, the UX impact on disabling this animation is minimal, therefore we do
    
    519
    +// it just in case there is an actual way to measure it.
    
    514 520
     pref("apz.overscroll.enabled", false);
    
    515 521
     #endif
    
    516 522
     pref("dom.vr.enabled", false); // Bug 21607: Disable WebVR for now