default-src
Provides a fallback source list for many resource types when a more specific directive is absent.
Check the Content-Security-Policy header on any public website. Review risky directives, unsafe sources, framing controls and common CSP configuration issues in seconds.
Content Security Policy tells browsers which sources may load scripts, styles, images, frames and other resources. DeployPass highlights high-signal public configuration choices rather than treating every policy difference as a vulnerability.
Provides a fallback source list for many resource types when a more specific directive is absent.
Controls JavaScript sources. Broad wildcards, unsafe-inline and unsafe-eval can weaken the protection CSP provides.
Restricts plugin content. Many modern policies disable it entirely when plugins are not needed.
Controls which sites may embed the page in a frame and is a modern CSP defense against unwanted framing.
Restricts the URLs that can be used by the HTML base element and can reduce base-tag injection risk.
Restricts where forms may submit. It can reduce the impact of injected or modified form destinations.
A CSP must match the application it protects. Removing a source or adding a strict directive without testing can break legitimate scripts, styles, frames or forms. Use the findings as review points, then test changes in the real application. Report-Only can help during staged rollouts.
CSP is an HTTP response header that lets a site declare which sources browsers may use for scripts, styles, images, frames and other resource types.
No. It weakens an important CSP protection, but the real risk depends on the policy, use of nonces or hashes, browser behavior and the application. DeployPass flags it for review rather than claiming exploitation.
Content-Security-Policy is enforced by the browser. Content-Security-Policy-Report-Only can observe policy violations without enforcing the policy, which is useful while testing changes.
For applications that do not need plugin content, object-src 'none' is a common restrictive choice. Confirm compatibility before changing a production policy.
Yes. DeployPass also provides a Security Headers Checker, an HSTS Checker and the full 19-check public deployment scan.