-
Notifications
You must be signed in to change notification settings - Fork 704
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’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
URL parser incorrectly escapes characters #199
Comments
Yep, one more in the already long list of parser issues. |
The url parser is generally quite buggy. For example |
Is there any reason we can't use something like linkifyjs for this? It has to be better than what we are currently using. (It seems to fix a lot of our issues) |
@YaManicKill should be fixed in #699 either way. |
Also, bumping URI.js to latest version would fix some of our issues too. |
Yes, my example now works as you'd expect it to. Thanks! |
Fixes thelounge#15. Fixes thelounge#199. Fixes thelounge#583. Fixes thelounge#654. Fixes thelounge#928. Fixes thelounge#1001.
Fixes thelounge#15. Fixes thelounge#199. Fixes thelounge#583. Fixes thelounge#654. Fixes thelounge#928. Fixes thelounge#1001.
If a URL followed by a " is posted, the " becomes part of the clickable link which leads to the browser opening a wrong address and the user most likely getting a 404 or worse.
Additionally, a semicolon (;) is being added after the " following the URL.
The text was updated successfully, but these errors were encountered: