Skip to content

Commit

Permalink
Deny window.opener to gravatar.com (#1737)
Browse files Browse the repository at this point in the history
  • Loading branch information
subramanian0 authored Jun 26, 2021
1 parent 427e06b commit ba7b768
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/user/edit-profile.html
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@
</td></tr>
<tr><td>
<a href="http://www.gravatar.com/" title="{{ _('Change your avatar') }}"
target="_blank" class="inline-header">
target="_blank" class="inline-header" rel="noopener">
{{ _('Change your avatar') }}
</a>
</td></tr>
Expand Down

0 comments on commit ba7b768

Please sign in to comment.