Merge pull request #1 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.
This commit is contained in:
Alex Jarmoszuk
2024-04-12 20:57:24 +02:00
committed by GitHub
2 changed files with 94 additions and 23 deletions

View File

@@ -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