Skip to content
Snippets Groups Projects
Commit 06822f1f authored by Matthew Finkel's avatar Matthew Finkel
Browse files

Bug 40024: Disable tracking protection by default

parent a3c16ef1
No related branches found
No related tags found
1 merge request!32Bug 40026 00
......@@ -386,6 +386,8 @@ abstract class EngineSession(
fun none() = TrackingProtectionPolicy(
trackingCategories = arrayOf(TrackingCategory.NONE),
useForPrivateSessions = false,
useForRegularSessions = false,
cookiePolicy = ACCEPT_ONLY_FIRST_PARTY
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment