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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make linkifyUrl() stricter on email addresses #698

Merged
merged 4 commits into from
Aug 16, 2023

Conversation

KitsuneRal
Copy link
Member

Closes #691.

Unlike double quotes, single quotes (aka apostrophes) don't need
escaping, and we'll need a lot of those in tests for linkifyUrls().
Including one for #691 (it's broken now, just as the issue describes).
So that it doesn't hit when an email-like construct occurs inside a URL.
They should have been there from the very beginning, if quotest didn't
predate utiltests.
@KitsuneRal KitsuneRal merged commit f56a39b into dev Aug 16, 2023
16 checks passed
@KitsuneRal KitsuneRal deleted the kitsune/fix-url-detection branch August 16, 2023 13:47
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

Successfully merging this pull request may close these issues.

Automatic linkification of URLs is broken when URL contains a '@' character
1 participant