fix(web): include base prefix in generated URLs (#1403)
* fix(web): include base prefix in generated URLs Forgot to add the base prefix to these URLs. Committed a fix for this and added a test to ensure this does not repeat. Oops! Closes: #1402 Signed-off-by: Xe Iaso <me@xeiaso.net> * docs: update CHANGELOG Signed-off-by: Xe Iaso <me@xeiaso.net> --------- Signed-off-by: Xe Iaso <me@xeiaso.net>
This commit is contained in:
parent
3c76724aeb
commit
ff87aac4e7
5 changed files with 88 additions and 5 deletions
|
|
@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
- Add iplist2rule tool that lets admins turn an IP address blocklist into an Anubis ruleset.
|
||||
- Add Polish locale ([#1292](https://github.com/TecharoHQ/anubis/pull/1309))
|
||||
- Fix honeypot and imprint links missing `BASE_PREFIX` when deployed behind a path prefix ([#1402](https://github.com/TecharoHQ/anubis/issues/1402))
|
||||
|
||||
<!-- This changes the project to: -->
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue