Commit Graph
1 Commits
Author SHA1 Message Date
SteveandClaude Opus 4.8 7ed99ad0a7 Fix Permissions-Policy header listed twice in output
run_security_headers() listed "Permissions-Policy" twice in its
header_and_svrty checklist: once as OK and again as INFO. The loop
matched the same header on both iterations, emitting two entries to JSON
(headerResponse) and the terminal output. Remove the duplicate INFO
entry, keeping the intended OK classification.

Backport of the 3.3dev fix to the 3.2 branch.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-05-30 18:55:29 +02:00