Pēteris Caune 7252f2f101
Fix _allow_redirect function to reject absolute URLs
This fixes a security issue:
- attacker can crafts a redirect URL to an external site
- attacker gets victim to click on it
- victim logs in
- after login, Healthchecks redirects victim to the external site

The _allow_redirect function now additionally
requires the redirect URL is relative (has no scheme or domain).
2021-08-06 13:34:40 +03:00
..
2021-04-07 11:39:11 +03:00
2015-06-11 22:12:09 +03:00
2021-08-05 18:06:47 +03:00
2021-07-26 12:26:06 +03:00
2019-05-15 14:27:50 +03:00
2015-06-11 22:12:09 +03:00