[tbb-commits] [Git][tpo/applications/fenix][tor-browser-102.2.1-12.0-1] Bug 41094: Enable HTTPS-Only Mode by default in Tor Browser Android

Richard Pospesel (@richard) git at gitlab.torproject.org
Fri Sep 2 14:43:06 UTC 2022



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 at 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/3de4cafc9998fa1719defdd014896d572638d2ca

-- 
View it on GitLab: https://gitlab.torproject.org/tpo/applications/fenix/-/commit/3de4cafc9998fa1719defdd014896d572638d2ca
You're receiving this email because of your account on gitlab.torproject.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.torproject.org/pipermail/tbb-commits/attachments/20220902/e02eb0d5/attachment-0001.htm>


More information about the tbb-commits mailing list