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
See my comment in #67 and my new package at https://github.com/niftylettuce/url-regex-safe. We cannot add the fix mentioned in the PR because it is a security vulnerability (as it would not allow us to use RE2 due to the described error thrown).
running
urlRegex({strict: false}).test('something github.are foo bar');
returns true even though "are" isnt on the list of tld's
The text was updated successfully, but these errors were encountered: