Skip to content
This repository has been archived by the owner on Feb 20, 2023. It is now read-only.

Commit

Permalink
Perf test strict mode for #4783
Browse files Browse the repository at this point in the history
  • Loading branch information
colintheshots committed Aug 29, 2019
1 parent 66b2969 commit 78250a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/java/org/mozilla/fenix/components/Core.kt
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ class Core(private val context: Context) {
normalMode: Boolean = Settings.getInstance(context).shouldUseTrackingProtection,
privateMode: Boolean = true
): TrackingProtectionPolicy {
val trackingProtectionPolicy = TrackingProtectionPolicy.recommended()
val trackingProtectionPolicy = TrackingProtectionPolicy.strict()

return when {
normalMode && privateMode -> trackingProtectionPolicy
Expand Down

0 comments on commit 78250a8

Please sign in to comment.