Skip to content
Snippets Groups Projects
Commit 3de4cafc authored by ma1's avatar ma1 Committed by Richard Pospesel
Browse files

Bug 41094: Enable HTTPS-Only Mode by default in Tor Browser Android


Turn shouldUseHttpsOnly's default to true.

Signed-off-by: ma1's avatarhackademix <giorgio@maone.net>
parent b3677ba2
No related branches found
Tags tor-browser-102.2.1-12.0-1-build3
No related merge requests found
......@@ -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(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment