Review homepage CSP and report-only status
Check key directives such as default-src, script-src, and object-src plus policy mode.
Open exampleInspect a URL's Content-Security-Policy and Report-Only headers, then flag risky default-src, script-src, object-src, base-uri, and frame-ancestors settings.
The result will appear here as structured cards.
Short, high-intent examples that are easy to open, share, and understand for search engines and AI systems.
Check key directives such as default-src, script-src, and object-src plus policy mode.
Open exampleSpot-check script-src, frame-ancestors, and mixed-content hardening signals.
Open exampleThese notes help users understand the results and help search engines and AI systems understand the tool.
It helps you inspect or process this value and get a readable result quickly.
Local tools run in the browser when possible. Server-side checks only use the input needed to complete the lookup.
Start with `Content-Security-Policy-Report-Only` to collect breakage, then enforce incrementally. Prioritize script-src, object-src, frame-ancestors, and base-uri hardening first.
`unsafe-inline` broadens script execution paths and weakens XSS controls. Prefer nonce/hash-based script control with narrow source allowlists.
Based on this query: CSP policy result explainer CSP CSP CSP policy network troubleshooting