🛠️CSP (Content Security Policy)
Theory
content-security-policy :
default-src 'none'
frame-ancestors 'none'
img-src 'self'
script-src github.githubassets.com
style-src 'unsafe-inline'Practice
Dangling markup injection
JS/JSON/JSONP injections
Last updated
Was this helpful?