js-url icon indicating copy to clipboard operation
js-url copied to clipboard

Domain parsing error

Open shidhincr opened this issue 8 years ago • 0 comments

Found this issue:

When trying to parse the following url: https://facebook.com\@account.google.com/x

url('domain', 'https://facebook.com\@account.google.com/x') // outputs 'google.com'

This outputs google.com as the domain instead of facebook.com

shidhincr avatar Jan 10 '18 06:01 shidhincr