When present, indicates that this request was allowed to load. The reason key should indicate why it was allowed

interface StateAllowed {
    allowed: {
        reason:
            | "protectionDisabled"
            | "ownedByFirstParty"
            | "ruleException"
            | "adClickAttribution"
            | "otherThirdPartyRequest";
    };
}

Properties

Properties

allowed: {
    reason:
        | "protectionDisabled"
        | "ownedByFirstParty"
        | "ruleException"
        | "adClickAttribution"
        | "otherThirdPartyRequest";
}

Type declaration