Caio Teixeira
Caio Teixeira
This PR is a fix for https://github.com/gregjacobs/Autolinker.js/issues/399. It essentially allows a schema url to start with any char including an emoji.
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...
We were using this gem for a while and never had problems with it, however, after we upgraded rack from 2.1.4.3 to 2.2.6.4 we started observing some issues with the...