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
I'd fix this myself and submit a pull request but I'm not very handy with regex and wouldn't want to muck things up...
I'm running into situations where urls with subdomains are coming back as invalid URLs from the isValidUrl method linked below - is this intended?
messenger/src/Helper/ValidatorTrait.php
Line 49 in 6bc832a
The text was updated successfully, but these errors were encountered:
Hello @mferrara,
Can you provide an example of a sub-domain that does not pass validation?
Sorry, something went wrong.
Gladly! - https://jjlynboutique.espwebsite.com
Well, it's weird, all the tests I did with your url are validated. By calling which method the validation fails?
It's thrown when calling this method...
$buttons[] = WebUrl::create($button_text, $button_action);
No branches or pull requests
I'd fix this myself and submit a pull request but I'm not very handy with regex and wouldn't want to muck things up...
I'm running into situations where urls with subdomains are coming back as invalid URLs from the isValidUrl method linked below - is this intended?
messenger/src/Helper/ValidatorTrait.php
Line 49 in 6bc832a
The text was updated successfully, but these errors were encountered: