fix(web): make the try again button always go back to /

Signed-off-by: Xe Iaso <me@xeiaso.net>
This commit is contained in:
Xe Iaso
2025-07-25 10:15:05 -04:00
parent bb434a3351
commit eab0c82b6a
6 changed files with 139 additions and 188 deletions

View File

@@ -23,6 +23,8 @@ This could allow an attacker to craft an Anubis pass-challenge URL that forces a
This has been fixed by disallowing any URLs without the scheme `http` or `https`.
Additionally, the "Try again" button has been fixed to completely ignore the user-supplied redirect location. It now redirects to the home page (`/`).
## v1.21.1: Minfilia Warde - Echo 1
- Expired records are now properly removed from bbolt databases ([#848](https://github.com/TecharoHQ/anubis/pull/848)).