mirror of
https://github.com/aquatix/digimarks.git
synced 2025-12-06 23:05:10 +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-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 %}
|
||||
|
||||
Reference in New Issue
Block a user