We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Don't known / other
Would it be possible to add Url mask preferably as a kit.
It would match URLs such as: http://www.test.com https://www.test.com http://test.com https://test.com http://subtest.test.com/ www.test.com /sub/sub2
A kit could have options to allow for httpsOnly mode, and relative Url where (/test/test would be accepted).
Would be nice to validate against valid domain extensions in cases of absolute Urls: https://data.iana.org/TLD/tlds-alpha-by-domain.txt
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Which package(s) are relevant/related to the feature request?
Don't known / other
Description
Would it be possible to add Url mask preferably as a kit.
It would match URLs such as:
http://www.test.com
https://www.test.com
http://test.com
https://test.com
http://subtest.test.com/
www.test.com
/sub/sub2
A kit could have options to allow for httpsOnly mode, and relative Url where (/test/test would be accepted).
Would be nice to validate against valid domain extensions in cases of absolute Urls:
https://data.iana.org/TLD/tlds-alpha-by-domain.txt
The text was updated successfully, but these errors were encountered: