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:
authorLukas Winkler <git@lw1.at>2019-05-27 10:26:47 +0300
committerStefan Giehl <stefan@matomo.org>2019-05-27 10:26:47 +0300
commit2d2f113c20111534c47767840a2bd7bfb3c15865 (patch)
tree4aaa837aa6baa0d150c53b7fdc60c73619c05360 /plugins/CoreHome/templates
parent2c6f37a25ece5f53d0668cf81c7125a447d45aec (diff)
don't send Referer in E-Mail footer link (#14483)
Diffstat (limited to 'plugins/CoreHome/templates')
-rw-r--r--plugins/CoreHome/templates/_htmlEmailFooter.twig2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/CoreHome/templates/_htmlEmailFooter.twig b/plugins/CoreHome/templates/_htmlEmailFooter.twig
index 9e29a380ad..4b6588c788 100644
--- a/plugins/CoreHome/templates/_htmlEmailFooter.twig
+++ b/plugins/CoreHome/templates/_htmlEmailFooter.twig
@@ -12,7 +12,7 @@
{% if not hasWhiteLabel %}
<p style='{{ footerParagraphStyle }}padding-top:30px;margin-bottom:0;'>
{{'General_PoweredBy'|translate}}
- <a style="color:#439fe0;" href="https://matomo.org/" title="Matomo Analytics">Matomo Analytics</a>
+ <a style="color:#439fe0;" rel="noreferrer" href="https://matomo.org/" title="Matomo Analytics">Matomo Analytics</a>
<br />
{{ 'CoreHome_LeadingAnalyticsPlatformRespectsYourPrivacy'|translate }}
</p>