Interface IOrigin

interface IOrigin {
    childSrc: boolean;
    connectSrc: boolean;
    connectSrcWSS: boolean;
    createdDate: string;
    description: string;
    fontSrc: boolean;
    formAction: boolean;
    frameAncestors: boolean;
    frameSrc: boolean;
    id: string;
    imgSrc: boolean;
    mediaSrc: boolean;
    modifiedDate: string;
    name: string;
    objectSrc: boolean;
    origin: string;
    scriptSrc: boolean;
    styleSrc: boolean;
    workerSrc: boolean;
}

Properties

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