gitea/templates/mail
zeripath bb0e2121a3
Try to prevent autolinking of displaynames by email readers (#19169) (#19183)
Backport #19169

Unfortunately many email readers will (helpfully) detect url or url-like names and
automatically create links to them, even in HTML emails. This is not ideal when
usernames can have dots in them.

This PR tries to prevent this behaviour by sticking ZWJ characters between dots and
also set the meta tag to prevent format detection.

Not every email template has been changed in this way - just the activation emails but
it may be that we should be setting the above meta tag in all of our emails too.

Signed-off-by: Andrew Thornton <art27@cantab.net>
2022-03-23 15:18:11 +02:00
..
auth Try to prevent autolinking of displaynames by email readers (#19169) (#19183) 2022-03-23 15:18:11 +02:00
issue Prevent double encoding of branch names in delete branch (#18714) (#18738) 2022-02-12 15:17:45 +00:00
notify Multiple Escaping Improvements (#17551) 2021-11-16 18:18:25 +00:00
release.tmpl Multiple Escaping Improvements (#17551) 2021-11-16 18:18:25 +00:00