boundfetch
    Preparing search index...

    Interface SecurityEvent

    interface SecurityEvent {
        details?: Readonly<Record<string, unknown>>;
        kind:
            | "egress_blocked"
            | "request_body_blocked"
            | "request_size_exceeded"
            | "response_size_exceeded"
            | "response_content_type_blocked"
            | "dns_rebinding_blocked";
        message: string;
    }
    Index

    Properties

    Properties

    details?: Readonly<Record<string, unknown>>
    kind:
        | "egress_blocked"
        | "request_body_blocked"
        | "request_size_exceeded"
        | "response_size_exceeded"
        | "response_content_type_blocked"
        | "dns_rebinding_blocked"
    message: string