What is CSP?


Content security policy (CSP) is a security feature that helps prevent cross-site scripting (XSS) attacks and other code injection attacks. It allows website owners to specify which sources of content are allowed to be loaded on their site, such as scripts, stylesheets, and images.

We want to make the web safer and to be able to support content security policy is a part of our security work.

More on our Security measures