Disabled insecure option for standard trust manager

This commit is contained in:
M66B
2023-12-09 14:53:58 +01:00
parent 426716328f
commit cf31f95318
5 changed files with 23 additions and 1 deletions

View File

@@ -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