Drop dead X-Frame-Options rules from the haproxy edge #487
Reference in New Issue
Block a user
Delete Branch "benvin/haproxy-drop-dead-acls"
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?
The 13
X-Frame-Options DENY if acl_<host>rules infe_httpshave never fired:their ACLs use
req.hdr(host), a request-direction fetch that is invalid in aresponse ruleset, so HAProxy rejects them at config-check time. Carried over
verbatim from the Puppet LXD config during the k8s move.
http-response set-header X-Frame-Optionsrules.acl acl_*definition lines.Not switching the header on: it has never been live, and Grafana/Gitea send their
own.
haproxy -cwarnings drop 33 -> 20; the two working response headers stay.