Slide 11
Slide 11 text
Content Security Policy
- Send HTTP Headers to save yourself from XSS.
- Enabled by default in all Chrome Extensions
- Disable Inline JS(script tags), eval (use JSON
parsers instead), and href=”javascript:code”.
Its not a magic bullet, but it does help in
preventing a lot of attacks.
see content-security-policy.com