Expected Findings
- `Content-Security-Policy` header is not set.
- `X-Frame-Options` is missing, so the app can be framed for clickjacking.
- `Strict-Transport-Security` is also absent.
Responses ship without a Content Security Policy or `X-Frame-Options`, so the page can be framed and inline scripts run unrestricted.
// no middleware sets CSP / XFO / HSTS