FriendsOfFlarum / socialprofile

Add custom social media pages to your user profile
MIT License
13 stars 7 forks source link

`mailto:` links fail validation #20

Open imorland opened 3 years ago

imorland commented 3 years ago

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