1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-28 11:39:52 +02:00

chore: add resource under frontend:web-security-knowledge:content-security-policy

This commit is contained in:
roadmap bot
2023-07-05 22:16:52 +01:00
parent 944a35a905
commit e42532ad7c

View File

@@ -4,5 +4,6 @@ Content Security Policy is a computer security standard introduced to prevent cr
Visit the following resources to learn more:
- [MDN Content Security Policy (CSP)](https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP)
- [Google Devs Content Security Policy (CSP)](https://developers.google.com/web/fundamentals/security/csp)
- [MDN Content Security Policy (CSP)](https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP)
- [Google Devs Content Security Policy (CSP)](https://developers.google.com/web/fundamentals/security/csp)
- [Web.dev - Content Security Policy (CSP)](https://web.dev/csp/)