mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Support INSECURE envvar (again)
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user