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