🐛 Skip the ssrf check on internal audit-log archive task

This commit is contained in:
Andrey Antukh 2026-05-11 15:22:59 +02:00
parent 1f9f4126b7
commit 8f4f948104

View File

@ -59,7 +59,7 @@
:method :post
:headers headers
:body body}
resp (http/req cfg params)]
resp (http/req cfg params {:skip-ssrf-check? true})]
(if (= (:status resp) 204)
true