mirror of
https://github.com/owncloud/bookmarks.git
synced 2024-12-01 05:24:11 +01:00
Add rel="noreferrer" to links.
This commit is contained in:
parent
2cef95dc21
commit
7cbb92971e
@ -7,7 +7,7 @@
|
||||
</span>
|
||||
</p>
|
||||
<p class="bookmark_title">
|
||||
<a href="<&= encodeURI(url) &>" target="_blank" class="bookmark_link">
|
||||
<a href="<&= encodeURI(url) &>" target="_blank" class="bookmark_link" rel="noreferrer">
|
||||
<&= escapeHTML(title == '' ? encodeURI(url) : title ) &>
|
||||
</a>
|
||||
<span class="bookmark_edit bookmark_edit_btn">
|
||||
|
Loading…
Reference in New Issue
Block a user