[tor-commits] [Git][tpo/applications/fenix][tor-browser-81.1.2-10.0-2] Bug 40072: Disable Tracking Protection

Matthew Finkel gitlab at torproject.org
Thu Oct 8 19:46:02 UTC 2020



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/6afc782a63776d38e1fbea82033576dfb3f36a09

-- 
View it on GitLab: https://gitlab.torproject.org/tpo/applications/fenix/-/commit/6afc782a63776d38e1fbea82033576dfb3f36a09
You're receiving this email because of your account on gitlab.torproject.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.torproject.org/pipermail/tor-commits/attachments/20201008/34f3c779/attachment-0001.htm>


More information about the tor-commits mailing list