mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-29 05:15:13 +02:00
Disabled insecure option for standard trust manager
This commit is contained in:
@@ -628,6 +628,11 @@ public class FragmentAccount extends FragmentBase {
|
||||
btnAutoConfig.setEnabled(false);
|
||||
pbAutoConfig.setVisibility(View.GONE);
|
||||
|
||||
if (!SSLHelper.customTrustManager()) {
|
||||
Helper.hide(cbInsecure);
|
||||
Helper.hide(tvInsecureRemark);
|
||||
}
|
||||
|
||||
if (id < 0)
|
||||
tilPassword.setEndIconMode(END_ICON_PASSWORD_TOGGLE);
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user