mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Revert change to lang/rest in 9709d257d
This commit is contained in:
@ -15,7 +15,7 @@
|
||||
"Forces underlying SSL verification to prompt for self-signed or invalid
|
||||
certs, rather than reject them silently."
|
||||
:around #'restclient-http-do
|
||||
(let ((gnutls-verify-error tls-checktrust))
|
||||
(let (gnutls-verify-error tls-checktrust)
|
||||
(apply orig-fn args)))
|
||||
|
||||
(map! :map restclient-mode-map
|
||||
|
Reference in New Issue
Block a user