Type Alias CSPHeader

type CSPHeader = {
    "Content-Security-Policy"?: string;
}
Index

Properties

"Content-Security-Policy"?: string

The compiled CSP header.