Wednesday, June 24, 2015

Improving Web Security with the Content Security Policy

Content Security Policy (CSP) is a security mechanism that helps protect against content injection attacks, such as Cross Site Scripting (XSS). It's a declarative policy that lets you give the browser a whitelist of where it can load resources from, whether the browser can use inline styles or scripts, and whether it can use dynamic […]

Continue reading %Improving Web Security with the Content Security Policy%


by Ian Oxley via SitePoint

No comments:

Post a Comment