DNS
Resolvers can return different cached records depending on geography, TTL and propagation state.
Network & Web Tools
Pro diagnostic reportParse a Content Security Policy, highlight unsafe source expressions and find missing core directives.
Diagnose
Run a bounded public check.
Understand
See a health score and explanation.
Act
Follow prioritized recommendations.
Paste the value of a Content-Security-Policy header. The policy stays in your browser.
Security grade
B
Score
82/100
Directives
8
All core directives are present.
Content Security Policy helps reduce cross-site scripting and unwanted resource loading. This analyzer converts a raw policy into readable directives and surfaces common weaknesses such as unsafe-inline, unsafe-eval, wildcards and insecure HTTP sources.
Professional interpretation guide
Use the result as a focused diagnostic signal. Verify important findings before changing DNS, hosting, security, caching or application configuration.
Network diagnostics
Network tools observe different layers: DNS resolves names, TCP establishes connections, TLS authenticates encrypted sessions and HTTP carries requests, redirects, headers and caching rules. A successful result at one layer does not prove that the complete website or application is healthy.
Resolvers can return different cached records depending on geography, TTL and propagation state.
Certificate validity, hostname matching, trust chains and protocol support are separate checks.
Status codes, redirect chains, headers and caching directives describe application behaviour.
Latency and reachability vary by location, network path, browser and time.
Policy text is analyzed locally. Remove private hostnames or reporting endpoints before sharing results publicly.
Combine related checks instead of relying on one isolated result.
CSP is an HTTP response header that limits where a page may load scripts, styles, images, frames and other resources from.
It permits inline code or styles and can weaken CSP protection. Nonces or hashes are usually safer for scripts.
No. CSP is one security layer and the actual application, endpoints, dependencies and browser behaviour still need review.
Yes. Paste the policy value itself; the parser treats it the same way for structural analysis.