Skip to content

Commit

Permalink
Perf test strict mode for mozilla-mobile#4783
Browse files Browse the repository at this point in the history
  • Loading branch information
colintheshots committed Aug 26, 2019
1 parent 153af58 commit 692a472
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 @@ -173,7 +173,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 692a472

Please sign in to comment.