mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 22:26:06 +02:00
Persist log of certificate transparency
This commit is contained in:
@@ -50,7 +50,7 @@ public class SSLHelper {
|
||||
CTLogger logger = new CTLogger() {
|
||||
@Override
|
||||
public void log(@NonNull String host, @NonNull VerificationResult result) {
|
||||
Log.w("Transparency: host=" + host + " result=" + result);
|
||||
Log.persist(EntityLog.Type.Network, "Transparency: " + host + " " + result);
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user