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

fix: link validation to consider single character domains #37

Merged
merged 1 commit into from
May 30, 2024

Conversation

cmdrGuyson
Copy link
Contributor

@cmdrGuyson cmdrGuyson commented May 28, 2024

x.com links are considered as invalid as they do not pass the regex used for link validation. The validation considers a link is valid if there are 2 - 256 characters. This should be changed to allow 1 character as well

This PR will address issue #36

@ashwamegh ashwamegh merged commit 702bd12 into ashwamegh:master May 30, 2024
@ashwamegh
Copy link
Owner

Thanks for identifying & fixing it @cmdrGuyson 👍

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.

2 participants