mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-11-27 20:11:14 +00:00
improve security on isni url
This commit is contained in:
parent
9ca18d9cd4
commit
03c59f2431
1 changed files with 1 additions and 1 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Reference in a new issue