-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
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
http(s) prefix requirement in site field #178
Comments
Thanks for your feedback @aspeer06! However I cannot reproduce this issue: https://business-card-generator.vercel.app/card?card_type=vcard&firstname=John&lastname=Doe&nickname=&picture=&birthday=&company=&job=&email=&phone=&website=http%3A%2F%2Fsite.com%2F%7Euser&street=&city=&zipcode=&state=&country= Could you share a link with the issue happening please? |
Actually I believe the error is anything in the site field that doesn't start with http(s). Sorry for delay in response |
@aspeer06 What are you expecting here? Do you want to be able to display only A compliant website URL begins with either Potential solutions here:
For now, I would rather stick with stricter validation and hiding the prefix only for display. |
Stricter validation makes sense to me as well in the submission form. |
A tilda in a vcard website URL causes an exception
http://site.com/~user
The text was updated successfully, but these errors were encountered: