[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

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



Title: GitLab

Matthew Finkel pushed to branch tor-browser-81.1.2-10.0-2 at The Tor Project / Applications / fenix

Commits:

1 changed file:

Changes:

  • app/src/main/java/org/mozilla/fenix/utils/Settings.kt
    ... ... @@ -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
         /**
    

  • _______________________________________________
    tor-commits mailing list
    tor-commits@xxxxxxxxxxxxxxxxxxxx
    https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits