Type alias ContentRedirect

ContentRedirect: {
    blacklist: string[];
    whitelist: string[];
}

Restrict redirects to URLs that match a whitelisted pattern. In the lack of a whitelist, redirects to URLs that match a blacklisted pattern would be prohibited. See here for more details.

Type declaration

  • blacklist: string[]

    Forbidden URLs for redirects.

  • whitelist: string[]

    Allowed URLs for redirects.

Generated using TypeDoc