docs: warn that configured hosts are added to the redirect allowlist #5
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "docs/allowed-redirect-hosts-warning"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Motivation
Hardening note #4 from the 2026-06-27 security audit.
RedirectGuard::filterAllowedHosts()correctly adds all configured hosts toallowed_redirect_hosts— that's required behaviour. The concern is operator misconfiguration (adding a domain they don't own). No code fix is possible since ownership can't be verified at runtime; documentation is the right mitigation.Test plan
composer lint— clean🤖 Generated with Claude Code