[tbb-commits] [Git][tpo/applications/mullvad-browser][mullvad-browser-115.3.0esr-13.0-1] fixup! Firefox preference overrides.
Pier Angelo Vendrame (@pierov)
git at gitlab.torproject.org
Wed Oct 4 13:40:53 UTC 2023
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/93572fbfc03b506b234003bcfcfeda42ccf888ea
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/mullvad-browser/-/commit/93572fbfc03b506b234003bcfcfeda42ccf888ea
You're receiving this email because of your account on gitlab.torproject.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.torproject.org/pipermail/tbb-commits/attachments/20231004/bd22ab0b/attachment.htm>
More information about the tbb-commits
mailing list