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
         /**