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

[tor-commits] [Git][tpo/applications/tor-browser][base-browser-115.3.0esr-13.0-1] fixup! Firefox preference overrides.



Title: GitLab

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

Commits:

  • d06e5487
    by Richard Pospesel at 2023-10-04T15:31:17+02:00
    fixup! Firefox preference overrides.
    
    Bug 42138: Disable apz.overscroll.enabled pref
    

1 changed file:

Changes:

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

  • _______________________________________________
    tor-commits mailing list
    tor-commits@xxxxxxxxxxxxxxxxxxxx
    https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits