Review a response CSP header
Content-Security-Policy: default-src 'self'; script-src 'self' https://cdn.example.com; img-src https: data:Header name: content-security-policy
Directives: 3
Source expressions: 5
Findings: 1
High-risk findings: 0
Warnings: 1
Findings:
- Warning: data: source in img-src
Normalized policy:
default-src 'self';
script-src 'self' https://cdn.example.com;
img-src https: data:;