Commit Graph

2 Commits

Author SHA1 Message Date
timothykim 4a7e2bf5dd update security.md with fixed and accepted items 2026-03-20 16:00:24 -04:00
timothykim cc07a34489 fix nginx security headers not being applied to https responses
Deploy nginx / deploy (push) Successful in 3s
Deploy nginx / test (push) Successful in 54s
nginx add_header inheritance meant X-Content-Type-Options and X-Frame-Options
were silently dropped from all https server blocks. moved all security headers
into a shared snippet (security-headers.inc) included per server block. added
pytest-based header verification that auto-discovers sites from conf files.
2026-03-20 15:11:56 -04:00