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/Actions/templates/_profileSummary.twig')
-rw-r--r--plugins/Actions/templates/_profileSummary.twig4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/Actions/templates/_profileSummary.twig b/plugins/Actions/templates/_profileSummary.twig
index fa30e694b8..e16df663df 100644
--- a/plugins/Actions/templates/_profileSummary.twig
+++ b/plugins/Actions/templates/_profileSummary.twig
@@ -11,7 +11,7 @@
url|trim|lower starts with 'data:' %}
{{ url }}
{% else %}
- <a href="{{ url }}" rel="noreferrer" target="_blank"
+ <a href="{{ url }}" rel="noreferrer noopener" target="_blank"
class="action-list-url truncated-text-line">
{{ url|replace({'http://': '', 'https://': ''}) }}
</a>
@@ -22,4 +22,4 @@
</ul>
</div>
</div>
-{% endif %} \ No newline at end of file
+{% endif %}