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
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@
{{ isni_match.name }} {{ isni_match.name }}
</label> </label>
<p class="help ml-5 mb-2"> <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> </p>
{% endfor %} {% endfor %}
{% endif %} {% endif %}