Skip to content
This repository has been archived by the owner on Feb 8, 2018. It is now read-only.

Commit

Permalink
Merge pull request #4243 from EdOverflow/reverse-tabnabbing
Browse files Browse the repository at this point in the history
Add rel="noopener noreferrer" to target="_blank".
  • Loading branch information
chadwhitacre authored Dec 19, 2016
2 parents 5f3b592 + 590a16e commit f7c0292
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/profile-edit.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ <h2>{{ _("Statement") }}
<textarea name="content" rows="15" placeholder="{{ stmt_placeholder }}"
data-confirm-discard="{{ confirm_discard }}"></textarea>
<p class="help">{{ _("Markdown supported.") }}
<a href="https://daringfireball.net/projects/markdown/basics" target="_blank">{{ _("What is markdown?") }}</a>
(<a href="https://github.com/gratipay/gratipay.com/tree/master/gratipay/utils/markdown.py" target="_blank">{{ _("View source.") }}</a>)
<a href="https://daringfireball.net/projects/markdown/basics" target="_blank" rel="noopener noreferrer">{{ _("What is markdown?") }}</a>
(<a href="https://github.com/gratipay/gratipay.com/tree/master/gratipay/utils/markdown.py" target="_blank" rel="noopener noreferrer">{{ _("View source.") }}</a>)
</p>
<button class="save">{{ _("Save") }}</button>
<button class="cancel">{{ _("Cancel") }}</button>
Expand Down

0 comments on commit f7c0292

Please sign in to comment.