> others
Created by: Kitman Yiu
Updated at: 1 day ago
- Definition: The Content Security Policy (CSP) is a browser feature designed to enhance web security.
- Benefits: Before the introduction of CSP, websites primarily relied on server-side security measures to prevent attacks. The introduction of CSP enabled browsers to in security protection, providing an additional layer of security for web pages.
- Keywords: Prevent cross-site scripting (XSS) attacks and other code injection attacks, principles: Whitelist Sources, Restrict Various Resources, Reporting and Monitoring