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

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