You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Security headers in next.config.js include X-Frame-Options, CSP, etc. but Strict-Transport-Security is absent. Add HSTS gated on an env var (MC_ENABLE_HSTS) to avoid breaking local dev.
Security headers in
next.config.jsinclude X-Frame-Options, CSP, etc. butStrict-Transport-Securityis absent. Add HSTS gated on an env var (MC_ENABLE_HSTS) to avoid breaking local dev.