Confirm production clickjacking headers after deploy #5
Labels
No labels
agent:implement
agent:ready
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
ready
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
code/CL8Y-web#5
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
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
!10 merged the Render clickjacking headers into
main(render.yaml:X-Frame-Options: DENYandContent-Security-Policy: frame-ancestors 'none'on/*, blog prerender rewrites kept). GitLab #3 cannot be fully closed until production is redeployed and the live response is documented.Pre-merge check (
2026-08-26):curl -sI https://cl8y.comis nginx (last-modified: Mon, 22 Jun 2026) and does not send either header. cl8y.com may not yet be serving the current Render/mainartifact.Acceptance criteria
main,curl -sI https://cl8y.comshowsX-Frame-Options: DENYand/orContent-Security-Policycontainingframe-ancestors 'none'.PROJECT_GUIDE.md§15b records that the live header was confirmed (date + curl snippet), not only thatrender.yamldeclares it./is blocked by the browser.Out of scope
marked as related to #3