Commit bfffb3ae authored by Matthew Finkel's avatar Matthew Finkel
Browse files

Bug 40024: Disable tracking protection by default

parent ea650f06
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -386,6 +386,8 @@ abstract class EngineSession(

            fun none() = TrackingProtectionPolicy(
                trackingCategories = arrayOf(TrackingCategory.NONE),
                useForPrivateSessions = false,
                useForRegularSessions = false,
                cookiePolicy = ACCEPT_ONLY_FIRST_PARTY
            )