
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 Bug 41094: Enable HTTPS-Only Mode by default in Tor Browser Android Turn shouldUseHttpsOnly's default to true. 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/3de4cafc9998fa... -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/fenix/-/commit/3de4cafc9998fa... You're receiving this email because of your account on gitlab.torproject.org.