import { type ContentSecurityPolicyDirectives } from "https://deno.land/x/fresh@1.2.0/src/runtime/csp.ts";
Properties
Defines the valid sources for web workers and nested browsing contexts loaded using elements such as and .
Specifies valid sources for nested browsing contexts loading using elements such as and .
Specifies valid sources for stylesheets elements and elements with rel="stylesheet".
Specifies valid sources for inline styles applied to individual DOM elements.
Specifies valid sources for Worker, SharedWorker, or ServiceWorker scripts.
Enables a sandbox for the requested resource similar to the sandbox attribute.
Restricts the URLs which can be used as the target of a form submissions from a given context.