You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would make sense to add some parsing/checking of mailto: links and then add them to the allowlist, rather than just raise an issue as if it's an actual malformed URL.
Django's URL validation (which is what we use) doesn't seem to treat mailto:[email protected] as a valid URL, so we'll have to write our own, which is fine
The text was updated successfully, but these errors were encountered:
It would make sense to add some parsing/checking of
mailto:
links and then add them to the allowlist, rather than just raise an issue as if it's an actual malformed URL.Django's URL validation (which is what we use) doesn't seem to treat
mailto:[email protected]
as a valid URL, so we'll have to write our own, which is fineThe text was updated successfully, but these errors were encountered: