[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [Git][tpo/applications/tor-browser][tor-browser-153.0esr-16.0-1] fixup! [android] Modify Tracking Protection configuration



Title: GitLab

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:

Changes:

  • mobile/android/android-components/components/concept/engine/src/main/java/mozilla/components/concept/engine/EngineSession.kt
    ... ... @@ -574,7 +574,7 @@ abstract class EngineSession(
    574 574
                     useForPrivateSessions = false,
    
    575 575
                     useForRegularSessions = false,
    
    576 576
                     cookiePolicy = ACCEPT_ONLY_FIRST_PARTY,
    
    577
    -                bounceTrackingProtectionMode = BounceTrackingProtectionMode.ENABLED_STANDBY,
    
    577
    +                bounceTrackingProtectionMode = BounceTrackingProtectionMode.DISABLED,
    
    578 578
                 )
    
    579 579
     
    
    580 580
                 /**
    

  • _______________________________________________
    tor-commits mailing list -- tor-commits@xxxxxxxxxxxxxxxxxxxx
    To unsubscribe send an email to tor-commits-leave@xxxxxxxxxxxxxxxxxxxx