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.
This commit is contained in:
Alex Jarmoszuk 2024-04-12 13:35:33 +02:00
parent 237ec70218
commit 94458e13dc
No known key found for this signature in database
GPG Key ID: 493B4C56E2380C50
2 changed files with 91 additions and 21 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