Suggested Fix
Missing Content-Security-Policy
Why it matters
Helps reduce XSS impact.
Suggested fix
Add a Content-Security-Policy header and start with a restrictive default-src policy.
Example snippet
Content-Security-Policy: default-src 'self'; object-src 'none'; frame-ancestors 'none';