FriendsOfFlarum/socialprofile

`mailto:` links fail validation

Opened this issue · 0 comments

When trying to use a mailto:someone@domain.com link, this fails validation due to the validator checking inputs are urls only.

I believe this should be replaced by a custom validator to allow both url and mailto: links.

Issue reported here