This commit is contained in:
alteredCoder 2022-01-28 12:42:50 +01:00
parent 7a4e9ad2c8
commit 5bd92e7aeb

View file

@ -341,7 +341,7 @@ function csmod.Allow(ip)
end
if ok == true and remediation == "captcha" then
ngx.shared.crowdsec_cache:delete("catpcha_" .. ip)
ngx.shared.crowdsec_cache:delete("captcha" .. ip)
end
captcha_ok = runtime.cache:get("captcha_ok")