Expected Findings
- Custom header bypass unlocks admin data.
- Versioned mobile endpoints expose internal notes.
The docs tell the frontend to trust a custom mobile header, and the preview can hit an admin route by replaying it directly from the browser.
if req.header["X-Mobile-Debug"] == "let-me-in" { bypassAuth() }