wdpr
    Preparing search index...

    Allowlist entry for embed content validation Each entry specifies a host pattern and optional path prefix

    interface EmbedAllowlistEntry {
        host: string;
        pathPrefix?: string;
    }
    Index

    Properties

    Properties

    host: string

    Host pattern. Supports wildcard prefix '.' (e.g., '.youtube.com')

    pathPrefix?: string

    Optional path prefix that must match (e.g., '/embed/')