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
1 changed file:
Changes:
... | ... | @@ -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.
|