mirror of
https://github.com/owncloud/bookmarks.git
synced 2025-02-20 17:54:25 +01:00
Merge pull request #77 from suraia/rel-noreferrer
Add rel="noreferrer" to links
This commit is contained in:
commit
3487389d61
@ -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…
x
Reference in New Issue
Block a user