1
0
mirror of https://github.com/aquatix/digimarks.git synced 2025-12-07 00:15:10 +01:00

Hint not to send a referrer header, to keep the bookmark service sort-of

private
This commit is contained in:
2016-07-19 15:55:53 +02:00
parent e6ec1727e4
commit 7f0fc85faf

View File

@@ -16,7 +16,7 @@
#}
<div class="card green darken-3">
<div class="card-content white-text">
<a href="{{ bookmark.url }}" title="{{ bookmark.url }}">
<a href="{{ bookmark.url }}" title="{{ bookmark.url }}" rel="noreferrer">
{% if bookmark.title %}
{{ bookmark.title }}
{% else %}