improve security on isni url

This commit is contained in:
Hugh Rundle 2021-11-16 20:37:37 +11:00
parent 9ca18d9cd4
commit 03c59f2431
No known key found for this signature in database
GPG key ID: CD23D6039184286B

View file

@ -63,7 +63,7 @@
{{ isni_match.name }}
</label>
<p class="help ml-5 mb-2">
<a href="{{ isni_match.uri }}" target="_blank">{{ isni_match.bio }}</a>
<a href="{{ isni_match.uri }}" target="_blank" rel="noopener noreferrer">{{ isni_match.bio }}</a>
</p>
{% endfor %}
{% endif %}