aboutsummaryrefslogtreecommitdiffstats
path: root/templates/user/profile.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/user/profile.tmpl')
-rw-r--r--templates/user/profile.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/user/profile.tmpl b/templates/user/profile.tmpl
index 915da555be..6cac300408 100644
--- a/templates/user/profile.tmpl
+++ b/templates/user/profile.tmpl
@@ -31,14 +31,14 @@
{{if .Owner.Website}}
<li>
<i class="octicon octicon-link"></i>
- <a target="_blank" rel="noopener" href="{{.Owner.Website}}">{{.Owner.Website}}</a>
+ <a target="_blank" rel="noopener noreferrer" href="{{.Owner.Website}}">{{.Owner.Website}}</a>
</li>
{{end}}
{{range .OpenIDs}}
{{if .Show}}
<li>
<i class="fa fa-openid"></i>
- <a target="_blank" rel="noopener" href="{{.URI}}">{{.URI}}</a>
+ <a target="_blank" rel="noopener noreferrer" href="{{.URI}}">{{.URI}}</a>
</li>
{{end}}
{{end}}