Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Url with protocol prefixed with emoji being incorrectly parsed #399

Open
caiofct opened this issue Jan 25, 2023 · 1 comment
Open

Url with protocol prefixed with emoji being incorrectly parsed #399

caiofct opened this issue Jan 25, 2023 · 1 comment

Comments

@caiofct
Copy link

caiofct commented Jan 25, 2023

An url like 馃憤https://www.google.com is being parsed as http://oogle.com/ . If I remove the protocol and just use
馃憤www.google.com then it will be parsed correctly http://xn--www-0113b.google.com/.

This can be confirmed using the live demo example: http://greg-jacobs.com/Autolinker.js/examples/live-example/

I believe this could be a regression from #276.

@caiofct
Copy link
Author

caiofct commented Jan 30, 2023

@gregjacobs Any chance you could take a look at this one?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant