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 Bug 40072: Disable Tracking Protection
- - - - -
1 changed file:
- app/src/main/java/org/mozilla/fenix/utils/Settings.kt
Changes:
===================================== app/src/main/java/org/mozilla/fenix/utils/Settings.kt ===================================== @@ -387,7 +387,7 @@ class Settings(private val appContext: Context) : PreferencesHolder {
var shouldUseTrackingProtection by booleanPreference( appContext.getPreferenceKey(R.string.pref_key_tracking_protection), - default = true + default = false )
/**
View it on GitLab: https://gitlab.torproject.org/tpo/applications/fenix/-/commit/6afc782a63776d...
tbb-commits@lists.torproject.org