1
0
mirror of https://github.com/simon987/ngx_http_js_challenge_module.git synced 2025-04-10 05:56:44 +00:00

Compare commits

...

6 Commits

Author SHA1 Message Date
Alex Jarmoszuk
8ca88100a4
Merge pull request from ajarmoszuk/testing
- X-REAL-IP or X-FORWARDED-FOR will only work if the IP Address requesting is in the private CIDR (to allow for proxies).
- Users who do not have cookies enabled will now see an error.
- Improvements and cleanup of the code.
2024-04-12 20:57:24 +02:00
Alex Jarmoszuk
3a089d5c94
Change to titles and verification messages 2024-04-12 20:52:49 +02:00
Alex Jarmoszuk
95fd1f989c
Fix to JS 2024-04-12 20:34:26 +02:00
Alex Jarmoszuk
75170a8dc9
Fix for user-agent 2024-04-12 20:15:04 +02:00
Alex Jarmoszuk
d34936200d
Fix 2024-04-12 17:31:05 +02:00
Alex Jarmoszuk
94458e13dc
Added new functionality:
- X-REAL-IP or X-FORWARDED-FOR will only work if the IP Addr requesting is in the private range.
- Users who do not have cookies enabled will see a error.
- Improvements and cleanup of the code.
2024-04-12 13:35:33 +02:00
2 changed files with 94 additions and 23 deletions

@ -111,7 +111,7 @@ These steps have to be performed on machine with compatible configuration (same
### Known limitations (To Do)
* Users with cookies disabled will be stuck in an infinite refresh loop (TODO: redirect with a known query param, if no cookie is specified but the query arg is set, display an error page)
* None
### Throughput
<p align="center">

File diff suppressed because one or more lines are too long