Pier Angelo Vendrame pushed to branch tor-browser-102.2.1-12.0-1 at The Tor Project / Applications / fenix

Commits:

1 changed file:

Changes:

  • app/src/main/java/org/mozilla/fenix/utils/Settings.kt
    ... ... @@ -540,7 +540,7 @@ class Settings(private val appContext: Context) : PreferencesHolder {
    540 540
     
    
    541 541
         var shouldUseHttpsOnly by booleanPreference(
    
    542 542
             appContext.getPreferenceKey(R.string.pref_key_https_only),
    
    543
    -        default = false
    
    543
    +        default = true
    
    544 544
         )
    
    545 545
     
    
    546 546
         var shouldUseHttpsOnlyInAllTabs by booleanPreference(