fix: prevent forward warning on logs #116

Open
fauno wants to merge 1 commits from trust-forward-header into master
Owner

trustForwardHeader is not configured: this creates an inconsistent
security behavior where some X-Forwarded headers (e.g.
X-Forwarded-For, X-Forwarded-Proto) are removed but others (e.g.
X-Forwarded-Prefix) are forwarded untouched. Please set it to false to
remove all X-Forwarded headers, or true to trust them all.

> trustForwardHeader is not configured: this creates an inconsistent > security behavior where some X-Forwarded headers (e.g. > X-Forwarded-For, X-Forwarded-Proto) are removed but others (e.g. > X-Forwarded-Prefix) are forwarded untouched. Please set it to false to > remove all X-Forwarded headers, or true to trust them all. <!-- Thank you for doing recipe maintenance work! Please mark all checklist items which are relevant for your changes. Please remove the checklist items which are not relevant for your changes. Feel free to remove this comment. --> * [x] I have deployed and tested my changes * [ ] I have [updated relevant versions in `abra.sh`](https://docs.coopcloud.tech/maintainers/upgrade/#updating-versions-in-the-abrash) * [ ] I have made my environment variable changes [backwards compatible](https://docs.coopcloud.tech/maintainers/upgrade/#backwards-compatible-environment-variable-changes) * [ ] I have added a [release note entry](https://docs.coopcloud.tech/maintainers/upgrade/#creating-new-release-notes)
fauno added 1 commit 2026-06-29 15:07:59 +00:00
fix: prevent forward warning on logs
continuous-integration/drone/pr Build is failing
6026f14664
> trustForwardHeader is not configured: this creates an inconsistent
> security behavior where some X-Forwarded headers (e.g.
> X-Forwarded-For, X-Forwarded-Proto) are removed but others (e.g.
> X-Forwarded-Prefix) are forwarded untouched. Please set it to false to
> remove all X-Forwarded headers, or true to trust them all.
decentral1se requested review from traefik-maintainers 2026-06-29 15:21:10 +00:00
decentral1se approved these changes 2026-07-01 10:46:16 +00:00
Some checks are pending
continuous-integration/drone/pr Build is failing
This pull request can be merged automatically.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin trust-forward-header:trust-forward-header
git checkout trust-forward-header
Sign in to join this conversation.