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

Matthew Finkel gitlab at torproject.org
Fri Oct 23 16:10:53 UTC 2020



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
Bug 40024: Disable tracking protection by default

- - - - -


1 changed file:

- components/concept/engine/src/main/java/mozilla/components/concept/engine/EngineSession.kt


Changes:

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



View it on GitLab: https://gitlab.torproject.org/tpo/applications/android-components/-/commit/ececa072e1c6fe1cd54fd1c74bfa241aab69779d

-- 
View it on GitLab: https://gitlab.torproject.org/tpo/applications/android-components/-/commit/ececa072e1c6fe1cd54fd1c74bfa241aab69779d
You're receiving this email because of your account on gitlab.torproject.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.torproject.org/pipermail/tor-commits/attachments/20201023/d31bc575/attachment.htm>


More information about the tor-commits mailing list