Improve handling for URLs composed of mixed character sets

This commit is contained in:
Scott Nonnenberg 2019-02-21 12:28:13 -08:00
parent e4b0901620
commit ae2db9f09a
6 changed files with 185 additions and 1 deletions

1
js/modules/link_previews.d.ts vendored Normal file
View file

@ -0,0 +1 @@
export function isLinkSneaky(link: string): boolean;