Kevin
Well-known member
Currently entering an email address like
At its simplest the suggestion is to skip parsing the email address if it has an
Wish list suggestion is to have values like
noreply@xenforo.com
results in it being parsed automatically as a mailto
link. Usually that is great but it causes an issue for values like @noreply@xenforo.com
which is used by Mastodon & other Fediverse environments.At its simplest the suggestion is to skip parsing the email address if it has an
@
character as an immediate prefix. Better to leave the value as plain text instead of parsing it into a broken link. Wish list suggestion is to have values like
@noreply@xenforo.com
parsed into an URL
link of https://xenforo.com/@noreply
.
Upvote
1