Matthew Finkel pushed to branch android-components-60.0.3-10.0-1 at The Tor Project / Applications / android-components
Commits:
-
ececa072
by Matthew Finkel at 2020-10-23T13:52:05+00:00
1 changed file:
Changes:
| ... | ... | @@ -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 |
|