Use both noopener and noreferrer

This commit is contained in:
Mouse Reeve
2022-01-17 11:25:41 -08:00
parent 8a0ea674ea
commit 32acccc350
33 changed files with 3123 additions and 1123 deletions

View File

@ -3,6 +3,6 @@
{% block tooltip_content %}
{% trans 'You can download your Goodreads data from the <a href="https://www.goodreads.com/review/import" target="_blank" rel="noopener">Import/Export page</a> of your Goodreads account.' %}
{% trans 'You can download your Goodreads data from the <a href="https://www.goodreads.com/review/import" target="_blank" rel="noopener noreferrer">Import/Export page</a> of your Goodreads account.' %}
{% endblock %}