Pier Angelo Vendrame pushed to branch tor-browser-102.2.1-12.0-1 at The Tor Project / Applications / fenix
Commits: 8c8378cc by hackademix at 2022-09-02T14:14:02+02:00 :Turn shouldUseHttpsOnly's default to true (fixes tor-browser#41094).
Signed-off-by: hackademix <giorgio@maone.net>
- - - - -
1 changed file:
- app/src/main/java/org/mozilla/fenix/utils/Settings.kt
Changes:
===================================== app/src/main/java/org/mozilla/fenix/utils/Settings.kt ===================================== @@ -540,7 +540,7 @@ class Settings(private val appContext: Context) : PreferencesHolder {
var shouldUseHttpsOnly by booleanPreference( appContext.getPreferenceKey(R.string.pref_key_https_only), - default = false + default = true )
var shouldUseHttpsOnlyInAllTabs by booleanPreference(
View it on GitLab: https://gitlab.torproject.org/tpo/applications/fenix/-/commit/8c8378cc0650e7...