You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// While the regexes above are designed to minimize false positives, we may still pick up some file paths that look like domains. To reduce noise, maintain a list of common file extensions and filter out any domain candidates that end with these extensions.
// Disallow patterns that look like file names with common extensions, as these are unlikely to be intended as network domains and may be false positives from the regex.
strictEqual(wrapResult.isSandboxWrapped,false,'URL authorities should still trigger blocked-domain prompts even when their suffix looks like a file extension');
strictEqual(wrapResult.isSandboxWrapped,false,'SSH remotes should still trigger blocked-domain prompts even when their suffix looks like a file extension');
0 commit comments