2
20
Fork
You've already forked mull-fenix
5
This repository has been archived on 2024年12月23日. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
mull-fenix /https_only.patch
Tavi 0a81e76b52
Make it Mull, 2024年11月25日
Signed-off-by: Tavi <tavi@divested.dev>
2024年11月25日 15:38:54 -05:00

12 lines
595 B
Diff

diff -r a29897d2381c -r 2df6d3fa14ca mobile/android/fenix/app/src/main/java/org/mozilla/fenix/utils/Settings.kt
--- a/mobile/android/fenix/app/src/main/java/org/mozilla/fenix/utils/Settings.kt Mon Oct 28 08:39:05 2024 -0400
+++ b/mobile/android/fenix/app/src/main/java/org/mozilla/fenix/utils/Settings.kt Mon Oct 28 08:39:49 2024 -0400
@@ -615,7 +615,7 @@
var shouldUseHttpsOnly by booleanPreference(
appContext.getPreferenceKey(R.string.pref_key_https_only),
- default = false,
+ default = true,
)
var shouldUseHttpsOnlyInAllTabs by booleanPreference(