[geary/wip/20-cert-pinning: 2/4] Don't prompt for untrusted host as validation when account exists



commit 97971ce38dffae313fe9b47184a9acbaae053a59
Author: Michael Gratton <mike vee net>
Date:   Wed Jan 9 13:02:06 2019 +1100

    Don't prompt for untrusted host as validation when account exists

 src/client/application/geary-controller.vala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/client/application/geary-controller.vala b/src/client/application/geary-controller.vala
index 62c289c6..30d1ef61 100644
--- a/src/client/application/geary-controller.vala
+++ b/src/client/application/geary-controller.vala
@@ -811,7 +811,7 @@ public class GearyController : Geary.BaseObject {
                 context.account.information,
                 service,
                 endpoint,
-                true,
+                false,
                 context.cancellable
             );
             context.tls_validation_failed = false;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]