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: improve url regex validations #162

Merged
merged 4 commits into from
Dec 4, 2024
Merged

Conversation

0xMurage
Copy link
Collaborator

@0xMurage 0xMurage commented Dec 4, 2024

This pull request enhances the URL regex validation to accommodate a broader range of valid URLs, including those with long top-level domains (TLDs) and those without TLDs, while ensuring compliance with standard URL formats.

fixes #160
fixes #147

@0xMurage 0xMurage merged commit bd50193 into master Dec 4, 2024
3 checks passed
@0xMurage 0xMurage deleted the fix/url-validation-regex branch December 4, 2024 19:06
Copy link

github-actions bot commented Dec 4, 2024

🎉 This PR is included in version 3.7.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

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

Successfully merging this pull request may close these issues.

RegEx for checking domains breaks spec and doesn't work for long domain names
1 participant