mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-28 20:06:29 +01:00
Disabled insecure option for standard trust manager
This commit is contained in:
@@ -353,6 +353,11 @@ public class FragmentPop extends FragmentBase {
|
||||
// Initialize
|
||||
Helper.setViewsEnabled(view, false);
|
||||
|
||||
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