Slide 6
Slide 6 text
How do they work?
Content Security Policies can be set as an HTTP Response Header:
cache-control: no-cache, must-revalidate, max-age=0, no-store, private
content-type: text/html;charset=UTF-8
content-security-policy: default-src ‘self’; script-src https://cdn.example.com/;
link: ; rel="https://api.w.org/"
vary: Accept-Encoding