CSP

A CSP (Content Security Policy) is used to detect and mitigate certain types of website related attacks like Cross-site_scripting, clickjacking and data injections.

The implementation is based on an HTTP header called Content-Security-Policy.

See also