mirror of
https://github.com/aquatix/digimarks.git
synced 2025-12-07 00:15:10 +01:00
Open in new tab/window, prevent
http://davidebove.com/blog/2016/05/05/target_blank-the-vulnerability-in-your-browser/
This commit is contained in:
@@ -103,7 +103,7 @@
|
|||||||
<i class="material-icons right">more_vert</i>
|
<i class="material-icons right">more_vert</i>
|
||||||
</span>
|
</span>
|
||||||
<div class="digimark-card-content">
|
<div class="digimark-card-content">
|
||||||
<a href="{{ bookmark.url }}" title="{{ bookmark.url }}" rel="noreferrer">
|
<a href="{{ bookmark.url }}" title="{{ bookmark.url }}" rel="noreferrer noopener" target="_blank">
|
||||||
{% if bookmark.title %}
|
{% if bookmark.title %}
|
||||||
{{ bookmark.title }}
|
{{ bookmark.title }}
|
||||||
{% else %}
|
{% else %}
|
||||||
|
|||||||
@@ -45,7 +45,7 @@
|
|||||||
<i class="material-icons right">more_vert</i>
|
<i class="material-icons right">more_vert</i>
|
||||||
</span>
|
</span>
|
||||||
<div class="digimark-card-content">
|
<div class="digimark-card-content">
|
||||||
<a href="{{ bookmark.url }}" title="{{ bookmark.url }}" rel="noreferrer">
|
<a href="{{ bookmark.url }}" title="{{ bookmark.url }}" rel="noreferrer noopener" target="_blank">
|
||||||
{% if bookmark.title %}
|
{% if bookmark.title %}
|
||||||
{{ bookmark.title }}
|
{{ bookmark.title }}
|
||||||
{% else %}
|
{% else %}
|
||||||
|
|||||||
Reference in New Issue
Block a user