Revert change to lang/rest in 9709d257d
This commit is contained in:
parent
6c4081f785
commit
86194e2c53
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
||||||
"Forces underlying SSL verification to prompt for self-signed or invalid
|
"Forces underlying SSL verification to prompt for self-signed or invalid
|
||||||
certs, rather than reject them silently."
|
certs, rather than reject them silently."
|
||||||
:around #'restclient-http-do
|
:around #'restclient-http-do
|
||||||
(let ((gnutls-verify-error tls-checktrust))
|
(let (gnutls-verify-error tls-checktrust)
|
||||||
(apply orig-fn args)))
|
(apply orig-fn args)))
|
||||||
|
|
||||||
(map! :map restclient-mode-map
|
(map! :map restclient-mode-map
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue