Concept
Content Security Policy 0
Content Security Policy (CSP) is a security feature that helps prevent a variety of attacks, such as Cross-Site Scripting (XSS) and data injection, by specifying which dynamic resources are allowed to load on a webpage. By defining a strict set of content sources, CSP reduces the risk of malicious content being executed in the context of a trusted web application.
Relevant Degrees