Open KeranChen opened 6 years ago
Would it be possible to expand the regex to include urls that don't have top level domains? I don't think that is required for a url to be valid.
@offirgolan Do you have a preferred direction to resolve this one. We would be happy to submit a fix if you had an inclination towards a particular solution.
Environment
Steps to Reproduce
The default format validator for url will return false for the shortened urls from our company's tiny url generator. (eg. http://bburl/abcd), so I want to add a special case to the default url format validator. I wonder whether you could add that special case to the default url format validator? After I upgrade the ember-cp-validations to 4.0.0-beta.1, I find a working solution, which is to create a customized validator.
I wonder whether you could make the change on your side, if not, what is your suggestion on this issue? Thank you!