mirror of
https://github.com/aquatix/digimarks.git
synced 2025-12-07 01:25:11 +01:00
Hint not to send a referrer header, to keep the bookmark service sort-of
private
This commit is contained in:
@@ -16,7 +16,7 @@
|
|||||||
#}
|
#}
|
||||||
<div class="card green darken-3">
|
<div class="card green darken-3">
|
||||||
<div class="card-content white-text">
|
<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 %}
|
{% if bookmark.title %}
|
||||||
{{ bookmark.title }}
|
{{ bookmark.title }}
|
||||||
{% else %}
|
{% else %}
|
||||||
|
|||||||
Reference in New Issue
Block a user