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

[tor-commits] [Git][tpo/applications/android-components][android-components-60.0.3-10.0-1] Bug 40024: Disable tracking protection by default



Title: GitLab

Matthew Finkel pushed to branch android-components-60.0.3-10.0-1 at The Tor Project / Applications / android-components

Commits:

1 changed file:

Changes:

  • components/concept/engine/src/main/java/mozilla/components/concept/engine/EngineSession.kt
    ... ... @@ -297,6 +297,8 @@ abstract class EngineSession(
    297 297
     
    
    298 298
                 fun none() = TrackingProtectionPolicy(
    
    299 299
                     trackingCategories = arrayOf(TrackingCategory.NONE),
    
    300
    +                useForPrivateSessions = false,
    
    301
    +                useForRegularSessions = false,
    
    300 302
                     cookiePolicy = ACCEPT_ONLY_FIRST_PARTY
    
    301 303
                 )
    
    302 304
     
    

  • _______________________________________________
    tor-commits mailing list
    tor-commits@xxxxxxxxxxxxxxxxxxxx
    https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits