-
Deployment
Set HTTP security headers on every response
Turn on the free browser-level protections your app is probably shipping without.
Free Prompt
What This Does / How This Helps
This adds the browser-enforced security headers (CSP, HSTS, nosniff, X-Frame-Options, Referrer-Policy, Permissions-Policy) and sets cookies with the right flags, so entire classes of XSS/clickjacking/data-leakage bugs get blocked at the browser instead of relying on you never making a mistake. Security headers are the closest thing to free protection you get. A single afternoon moves your app from 'F on the scanner' to 'A', kills a bunch of attack shapes outright, and won't affect legitimate users. CSP is the finicky one, which is why you roll it out in report-only mode first and enforce after you've fixed the noise.
Want to skip doing this by hand?
Fortivibe audits your app for all of the areas these prompts cover (and more).