summaryrefslogtreecommitdiffstats
path: root/templates/mail/auth/activate_email.tmpl
diff options
context:
space:
mode:
authorcezar97 <cezar97@protonmail.com>2018-07-04 02:52:36 +0300
committertechknowlogick <techknowlogick@users.noreply.github.com>2018-07-03 19:52:36 -0400
commit51ba3df5ff5b58a77c31bcda9a8efd3cdafa1d99 (patch)
treecda666fa4f35b1b7e57f8e734764cccd4988a7fe /templates/mail/auth/activate_email.tmpl
parent4b654ad17f50a441049c208e5011d0799522592b (diff)
downloadgitea-51ba3df5ff5b58a77c31bcda9a8efd3cdafa1d99.tar.gz
gitea-51ba3df5ff5b58a77c31bcda9a8efd3cdafa1d99.zip
Add `noreferrer` to rel='noopener` for <a> tags (#4328)
Diffstat (limited to 'templates/mail/auth/activate_email.tmpl')
-rw-r--r--templates/mail/auth/activate_email.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/mail/auth/activate_email.tmpl b/templates/mail/auth/activate_email.tmpl
index 5111de06c5..7c47aaa7b8 100644
--- a/templates/mail/auth/activate_email.tmpl
+++ b/templates/mail/auth/activate_email.tmpl
@@ -10,6 +10,6 @@
<p>Please click the following link to verify your email address within <b>{{.ActiveCodeLives}}</b>:</p>
<p><a href="{{AppUrl}}user/activate_email?code={{.Code}}&email={{.Email}}">{{AppUrl}}user/activate_email?code={{.Code}}&email={{.Email}}</a></p>
<p>Not working? Try copying and pasting it to your browser.</p>
- <p>© <a target="_blank" rel="noopener" href="{{AppUrl}}">{{AppName}}</a></p>
+ <p>© <a target="_blank" rel="noopener noreferrer" href="{{AppUrl}}">{{AppName}}</a></p>
</body>
</html>