Pier Angelo Vendrame pushed to branch tor-browser-115.3.0esr-13.0-1 at The Tor Project / Applications / Tor Browser
Commits: cd9e363a by Richard Pospesel at 2023-10-04T12:26:17+00:00 fixup! Firefox preference overrides.
Bug 42138: Disable apz.overscroll.enabled pref
- - - - -
1 changed file:
- browser/app/profile/001-base-profile.js
Changes:
===================================== browser/app/profile/001-base-profile.js ===================================== @@ -336,6 +336,10 @@ pref("media.devices.enumerate.legacy.enabled", false); // Bug 10286: Always disable Touch API. // We might need to deepen this topic, see tor-browser#42069. pref("dom.w3c_touch_events.enabled", 0); +#ifndef ANDROID +// Bug 42138: Disable touch-based overscroll UX +pref("apz.overscroll.enabled", false); +#endif pref("dom.vr.enabled", false); // Bug 21607: Disable WebVR for now pref("security.webauth.webauthn", false); // Bug 26614: Disable Web Authentication API for now // Disable SAB, no matter if the sites are cross-origin isolated.
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/cd9e363a...