mirror of
https://github.com/ADD-SP/ngx_waf.git
synced 2026-04-26 22:15:55 +03:00
[GH-ISSUE #137] The expire filed in waf_captcha doesn't work. #103
Labels
No labels
MacOS
Nginx
OpenResty
Tengine
bug
documentation
enhancement
needs-investigation
pull-request
question
stale
stale
stale
timeout
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ngx_waf#103
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Bit-Warrior-X on GitHub (Feb 27, 2024).
Original GitHub issue: https://github.com/ADD-SP/ngx_waf/issues/137
Hi, therre
Thank you for your wonderful waf module. I am just analyzing and trying to use your module in my web server.
Druing that course, I met a simple problem which
expiredoesn't work in waf_captchadirective.So I analyzed the code related to that value.

I found that the value is set to 30 mins as default.
But I couldn't find the code part which uses this value.

Who have any ideas or solved this issue, please help me.
Thanks again.