UNPKG

@directus/api

Version:

Directus is a real-time API and App dashboard for managing SQL database content

5 lines (4 loc) 195 B
/** * Check if URL matches allow list either exactly or by origin (protocol+domain+port) + pathname */ export default function isUrlAllowed(url: string, allowList: string | string[]): boolean;