Function generateAllowedOrigins

  • Generates an array of allowed origin URLs based on the provided domains and prefixes. Automatically excludes www. for localhost domains.

    Parameters

    • domains: string[]

      An array of domain strings.

    • prefixes: ProtocolPrefix[] = ...

      An array of URL prefixes.

    • options: GenerateAllowedOriginsOptions = ...

      Options to customize the generation.

    Returns string[]

    An array of unique, fully qualified URLs.

Generated using TypeDoc