Generators

Generators

Building a new site or adding a header for the first time? Generators build the config from scratch. If you have a live site to scan, use the fixer tools instead.

๐Ÿ›ก
CSP Generator Build a Content Security Policy by selecting your sources. Outputs header value + Nginx/Vercel config.
โšก
CORS Header Generator Select origin, methods, and headers. Get Nginx, Express, and FastAPI config in one click.
๐Ÿ”’
Security Headers Generator Configure all 9 security headers at once. HSTS, X-Frame-Options, Referrer-Policy, Permissions-Policy, and more.
๐ŸŽ›
Permissions-Policy Generator Control camera, microphone, geolocation, payment, and more. Block features you do not use.

Generators vs Fixers โ€” which to use

SituationUse
I have a live site and want to see what's missingHeadersFixer โ€” scans your URL
I'm building from scratch and need a starting configGenerators โ€” this page
I have a CORS error in the browser consoleCORSFixer โ€” live preflight test
I need a CSP for a page I haven't deployed yetCSP Generator
My CSP is blocking something on a live pageCSPFixer โ€” scans your URL
Scan your live site instead โ†’ HeadersFixer