Pier Angelo Vendrame pushed to branch tor-browser-153.0esr-16.0-1 at The Tor Project / Applications / Tor Browser Commits: 518c7fb6 by Pier Angelo Vendrame at 2026-07-22T08:25:38+02:00 fixup! [android] Modify Tracking Protection configuration TB 44075: Disable bounce tracking protection on Android. We disable it for consistency with desktop. - - - - - 1 changed file: - mobile/android/android-components/components/concept/engine/src/main/java/mozilla/components/concept/engine/EngineSession.kt Changes: ===================================== mobile/android/android-components/components/concept/engine/src/main/java/mozilla/components/concept/engine/EngineSession.kt ===================================== @@ -574,7 +574,7 @@ abstract class EngineSession( useForPrivateSessions = false, useForRegularSessions = false, cookiePolicy = ACCEPT_ONLY_FIRST_PARTY, - bounceTrackingProtectionMode = BounceTrackingProtectionMode.ENABLED_STANDBY, + bounceTrackingProtectionMode = BounceTrackingProtectionMode.DISABLED, ) /** View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/518c7fb6... -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/518c7fb6... You're receiving this email because of your account on gitlab.torproject.org. Manage all notifications: https://gitlab.torproject.org/-/profile/notifications | Help: https://gitlab.torproject.org/help
participants (1)
-
Pier Angelo Vendrame (@pierov)