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

Pier Angelo Vendrame (@pierov) git at gitlab.torproject.org
Wed Oct 4 12:30:53 UTC 2023



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/cd9e363af04bec373ef73c9c00c3eece1fec3fd3

-- 
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/cd9e363af04bec373ef73c9c00c3eece1fec3fd3
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/tor-commits/attachments/20231004/406066ea/attachment.htm>


More information about the tor-commits mailing list