Content Security Policy Generator

Serves as a fallback for other CSP fetch directives

Specifies valid sources for JavaScript

Specifies valid sources for stylesheets

Specifies valid sources of images and favicons

Restricts the URLs which can be loaded using script interfaces

Specifies valid sources for fonts loaded using @font-face

Specifies valid sources for the <object>, <embed>, and <applet> elements

Specifies valid sources for loading media using the <audio> and <video> elements

Specifies valid sources for nested browsing contexts loading using elements such as <frame> and <iframe>

Enables a sandbox for the requested resource similar to the <iframe> sandbox attribute

Instructs the user agent to report attempts to violate the Content Security Policy

Specifies the destination for reporting content security policy violations