Richard Pospesel pushed to branch tor-browser-102.2.1-12.0-1 at The Tor Project / Applications / fenix
Commits:
-
3de4cafc
by hackademix at 2022-09-02T14:42:18+00:00
1 changed file:
Changes:
... | ... | @@ -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(
|