mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 05:44:51 +02:00
Struct certificate checking by default
This commit is contained in:
@@ -658,7 +658,7 @@ public class FragmentOptionsConnection extends FragmentBase implements SharedPre
|
||||
swSslHarden.setChecked(prefs.getBoolean("ssl_harden", false));
|
||||
swSslHardenStrict.setChecked(prefs.getBoolean("ssl_harden_strict", false));
|
||||
swSslHardenStrict.setEnabled(swSslHarden.isChecked());
|
||||
swCertStrict.setChecked(prefs.getBoolean("cert_strict", !BuildConfig.PLAY_STORE_RELEASE));
|
||||
swCertStrict.setChecked(prefs.getBoolean("cert_strict", true));
|
||||
swOpenSafe.setChecked(prefs.getBoolean("open_safe", false));
|
||||
swBouncyCastle.setChecked(prefs.getBoolean("bouncy_castle", false));
|
||||
swFipsMode.setChecked(prefs.getBoolean("bc_fips", false));
|
||||
|
||||
Reference in New Issue
Block a user