diff options
| author | Aurelia <aurelia@acuteaura.net> | 2025-04-23 06:06:47 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-23 04:06:47 +0000 |
| commit | 4e2c9de7085fbc8e5abe8d0659d807881d69769c (patch) | |
| tree | 926011d5cbc3c124dd768b0a4a103ac0755bc8a8 /docs | |
| parent | bec7199ab6cb3f3628d6a459716d028c294a4c36 (diff) | |
| download | anubis-4e2c9de7085fbc8e5abe8d0659d807881d69769c.tar.xz anubis-4e2c9de7085fbc8e5abe8d0659d807881d69769c.zip | |
feat(cmd/anubis): compute full XFF header (#328)
* feat(cmd/anubis): compute full XFF header
this one is pretty important to not pass
through blindly, as many applications and
frameworks will trust them
* feat(cmd/anubis): skip XFF compute if remote address is loopback
* docs: update CHANGELOG
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/docs/CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/docs/CHANGELOG.md b/docs/docs/CHANGELOG.md index fa538e1..71cc42a 100644 --- a/docs/docs/CHANGELOG.md +++ b/docs/docs/CHANGELOG.md @@ -28,6 +28,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Added documentation on how to use Anubis with Traefik in Docker - Improved error handling in some edge cases - Disable `generic-bot-catchall` rule because of its high false positive rate in real-world scenarios +- Set or append to `X-Forwarded-For` header unless the remote connects over a loopback address [#328](https://github.com/TecharoHQ/anubis/issues/328) ## v1.16.0 |
