Type Alias CSPEntryContent

type CSPEntryContent = {
    childSrc?: boolean;
    connectSrc?: boolean;
    connectSrcWSS?: boolean;
    createdDate?: string;
    description?: string;
    fontSrc?: boolean;
    formAction?: boolean;
    frameAncestors?: boolean;
    frameSrc?: boolean;
    imgSrc?: boolean;
    mediaSrc?: boolean;
    modifiedDate?: string;
    name?: string;
    objectSrc?: boolean;
    origin: string;
    scriptSrc?: boolean;
    styleSrc?: boolean;
    workerSrc?: boolean;
}
Index

Properties

childSrc?: boolean

Defines the valid sources for loading web workers and nested browsing contexts using elements such as frame and iFrame.

connectSrc?: boolean
connectSrcWSS?: boolean
createdDate?: string
description?: string
fontSrc?: boolean
formAction?: boolean
frameAncestors?: boolean
frameSrc?: boolean
imgSrc?: boolean
mediaSrc?: boolean
modifiedDate?: string
name?: string
objectSrc?: boolean
origin: string
scriptSrc?: boolean
styleSrc?: boolean
workerSrc?: boolean