sindresorhus / linkify-urls

Linkify URLs in a string
MIT License
160 stars 22 forks source link

Explicitly allow localhost URLs #20

Closed superhawk610 closed 5 years ago

superhawk610 commented 5 years ago

Fixes #19 by matching domains without TLD (.com, .net, etc.) as long as they are exactly localhost.

superhawk610 commented 5 years ago

Checks should all pass, looks like Node 10 check froze on install.

sindresorhus commented 5 years ago

Can you add a test? To ensure we don't regress it in the future.

sindresorhus commented 5 years ago

Thanks :)