PHP·98 questions

What security headers should be set?

Answer
Strict-Transport-Security.
Content-Security-Policy.
X-Content-Type-Options: nosniff.
X-Frame-Options: DENY.
X-XSS-Protection: 1; mode=block.
Was this answer helpful?

More questions in this topic

Related questions from other topics