[tbb-commits] [Git][tpo/applications/fenix][tor-browser-102.2.1-12.0-1] :Turn shouldUseHttpsOnly's default to true (fixes tor-browser#41094).
Pier Angelo Vendrame (@pierov)
git at gitlab.torproject.org
Fri Sep 2 12:16:58 UTC 2022
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 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/8c8378cc0650e79786692b40aa6eff26e573d734
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/fenix/-/commit/8c8378cc0650e79786692b40aa6eff26e573d734
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/cac2e49a/attachment.htm>
More information about the tbb-commits
mailing list