update
This commit is contained in:
parent
7a4e9ad2c8
commit
5bd92e7aeb
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue