Commit 518c7fb6 authored by Pier Angelo Vendrame's avatar Pier Angelo Vendrame 🎃
Browse files

fixup! [android] Modify Tracking Protection configuration

TB 44075: Disable bounce tracking protection on Android.

We disable it for consistency with desktop.
parent 1a66a107
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -574,7 +574,7 @@ abstract class EngineSession(
                useForPrivateSessions = false,
                useForRegularSessions = false,
                cookiePolicy = ACCEPT_ONLY_FIRST_PARTY,
                bounceTrackingProtectionMode = BounceTrackingProtectionMode.ENABLED_STANDBY,
                bounceTrackingProtectionMode = BounceTrackingProtectionMode.DISABLED,
            )

            /**