mirror of
https://github.com/chatmail/core.git
synced 2026-04-19 22:46:29 +03:00
Enable strict TLS certificate checks by default
This commit is contained in:
committed by
holger krekel
parent
d97d9980dd
commit
6d9ff3d248
@@ -177,6 +177,8 @@ lazy_static::lazy_static! {
|
||||
ConfigDefault { key: Config::MvboxMove, value: "0" },
|
||||
ConfigDefault { key: Config::E2eeEnabled, value: "0" },
|
||||
ConfigDefault { key: Config::MediaQuality, value: "1" },
|
||||
ConfigDefault { key: Config::ImapCertificateChecks, value: "0" },
|
||||
ConfigDefault { key: Config::SmtpCertificateChecks, value: "0" },
|
||||
]),
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user