Matthew Finkel pushed to branch tor-browser-81.1.2-10.0-2 at The Tor Project / Applications / fenix
Commits:
-
6afc782a
by Matthew Finkel at 2020-10-07T13:21:27+00:00
1 changed file:
Changes:
| ... | ... | @@ -387,7 +387,7 @@ class Settings(private val appContext: Context) : PreferencesHolder { |
| 387 | 387 |
|
| 388 | 388 |
var shouldUseTrackingProtection by booleanPreference(
|
| 389 | 389 |
appContext.getPreferenceKey(R.string.pref_key_tracking_protection),
|
| 390 |
- default = true
|
|
| 390 |
+ default = false
|
|
| 391 | 391 |
)
|
| 392 | 392 |
|
| 393 | 393 |
/**
|