Slide 27
Slide 27 text
Content Security Policy: How?
A special HTTP header that tells the browser from which
hosts it can load things.
You tell it to only trust the domains you are expecting: Your
CDN, tagmanager.google.com, etc.
When used properly, it makes XSS much more difficult.