diff --git a/content/roadmaps/101-backend/content/111-web-security-knowledge/105-content-security-policy.md b/content/roadmaps/101-backend/content/111-web-security-knowledge/105-content-security-policy.md index 9a1241811..3e536d4ec 100644 --- a/content/roadmaps/101-backend/content/111-web-security-knowledge/105-content-security-policy.md +++ b/content/roadmaps/101-backend/content/111-web-security-knowledge/105-content-security-policy.md @@ -1 +1,7 @@ -# Content security policy \ No newline at end of file +# Content Security Policy + +Content Security Policy is a computer security standard introduced to prevent cross-site scripting, clickjacking and other code injection attacks resulting from execution of malicious content in the trusted web page context. + +Free Content +MDN — Content Security Policy (CSP) +Google Devs — Content Security Policy (CSP)