Pier Angelo Vendrame pushed to branch mullvad-browser-115.3.0esr-13.0-1 at The Tor Project / Applications / Mullvad Browser
Commits: 93572fbf by Richard Pospesel at 2023-10-04T15:40:41+02: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 ===================================== @@ -335,6 +335,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/mullvad-browser/-/commit/9357...