Merge remote-tracking branch 'origin/staging' into develop

This commit is contained in:
Andrey Antukh 2026-05-11 16:24:55 +02:00
commit 27e6c1e420
2 changed files with 2 additions and 1 deletions

View File

@ -273,6 +273,7 @@
(assoc ::wrk/dedupe dedupe?)
(assoc ::wrk/label label)
(assoc ::wrk/params (-> event
(d/without-qualified)
(dissoc :source)
(dissoc :context)
(dissoc :ip-addr)

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