From 5b1dc3c63ff6f3d33d8a890ef721711e03effcaa Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sat, 26 Oct 2019 13:49:33 -0400 Subject: [PATCH] Support INSECURE envvar (again) --- core/core.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/core.el b/core/core.el index 0fe040f78..370dbe316 100644 --- a/core/core.el +++ b/core/core.el @@ -170,7 +170,7 @@ users).") ;; Emacs is a huge security vulnerability, what with all the dependencies it ;; pulls in from all corners of the globe. Let's at least try to be more ;; discerning. -(setq gnutls-verify-error t +(setq gnutls-verify-error (getenv "INSECURE") tls-checktrust gnutls-verify-error tls-program '("gnutls-cli --x509cafile %t -p %p %h" ;; compatibility fallbacks