Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Events/templates/_actionEvent.twig')
-rw-r--r--plugins/Events/templates/_actionEvent.twig2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Events/templates/_actionEvent.twig b/plugins/Events/templates/_actionEvent.twig
index 6fa44108b1..d360a0410c 100644
--- a/plugins/Events/templates/_actionEvent.twig
+++ b/plugins/Events/templates/_actionEvent.twig
@@ -15,7 +15,7 @@
action.url|trim|lower starts with 'data:' %}
{{ action.url }}
{% else %}
- <a href="{{ action.url }}" rel="noreferrer" target="_blank" class="truncated-text-line">
+ <a href="{{ action.url }}" rel="noreferrer noopener" target="_blank" class="truncated-text-line">
{{ action.url|replace({'http://': '', 'https://': ''}) }}
</a>
{% endif %}