in src/env.ts [10:12]
export function isForbiddenUrl(url: string): boolean { return forbiddenProtocols.some(protocol => url.startsWith(protocol)) }