type alias CSPimport { type CSP } from "https://dotland.deno.dev/x/aleph@1.0.0-beta.15/server/types.ts"; Options for the content-security-policy. https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy definition: { getPolicy: (url: URL, nonce?: string) => string | null; nonce?: boolean; }