Support INSECURE envvar (again)
This commit is contained in:
parent
515fba2fda
commit
5b1dc3c63f
1 changed files with 1 additions and 1 deletions
|
@ -170,7 +170,7 @@ users).")
|
||||||
;; Emacs is a huge security vulnerability, what with all the dependencies it
|
;; 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
|
;; pulls in from all corners of the globe. Let's at least try to be more
|
||||||
;; discerning.
|
;; discerning.
|
||||||
(setq gnutls-verify-error t
|
(setq gnutls-verify-error (getenv "INSECURE")
|
||||||
tls-checktrust gnutls-verify-error
|
tls-checktrust gnutls-verify-error
|
||||||
tls-program '("gnutls-cli --x509cafile %t -p %p %h"
|
tls-program '("gnutls-cli --x509cafile %t -p %p %h"
|
||||||
;; compatibility fallbacks
|
;; compatibility fallbacks
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue