Commit Graph

10 Commits

Author SHA1 Message Date
cabdbaa093 Update anti_ddos_challenge.lua
Fix expire_time description to show correct default time of 1 day.

Fix cookie bug when Javascript was setting a cookie it was setting a cookie of 'now' instead of the set config of expire_time into the future when the cookie should expire.

Added the challenge cookie to the headers set by grant_access function to update the cookie set by Javascript since the time stamp on the cookie would be out of sync with the other cookies otherwise this was all cookies will be updated and set/kept with the same time stamps.
2019-08-25 21:00:22 +01:00
d8b3a4b1a9 Update README.md 2019-08-22 15:03:45 +01:00
84b5545956 Update README.md 2019-08-22 14:59:06 +01:00
ca0f9dea98 Update README.md 2019-08-22 14:39:04 +01:00
2b2eaf45f7 Update README.md 2019-08-22 14:16:32 +01:00
0618e1daab Update README.md 2019-08-22 13:35:27 +01:00
333a4e2b4c Update README.md 2019-08-22 13:33:43 +01:00
72cce0223d Create anti_ddos_challenge.lua
For those who love my script feel free to drop me a thank you! :)
2019-08-22 13:18:53 +01:00
c02e237869 Update README.md 2019-08-22 01:19:13 +01:00
9e8ebbeea6 Initial commit 2019-08-22 00:52:09 +01:00