Skip to content
Snippets Groups Projects

Turn shouldUseHttpsOnly's default to true (fixes tor-browser#41094).

Merged ma1 requested to merge ma1/fenix:bug_41094 into tor-browser-102.2.1-12.0-1
1 unresolved thread
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -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(
Loading