Conversation

Most important security feature to enable via headers is Trusted Types. Trusted Types disallows using APIs dynamically evaluating or loading JavaScript. This largely prevents client-side remote code execution vulnerabilities (XSS). Static site design + strong CSP does the rest.
2
15