Compare commits

...

7 Commits

Author SHA1 Message Date
Alex Jarmoszuk
b88967d820 Merge 8ca88100a4 into da6852df41 2024-04-12 14:57:28 -04:00
Alex Jarmoszuk
8ca88100a4 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.
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

View File

@@ -111,7 +111,7 @@ These steps have to be performed on machine with compatible configuration (same
### Known limitations (To Do) ### 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 ### Throughput
<p align="center"> <p align="center">

File diff suppressed because one or more lines are too long