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 <github@lw1.at>2018-11-26 03:55:26 +0300
committerdiosmosis <diosmosis@users.noreply.github.com>2018-11-26 03:55:26 +0300
commitcb5453316711264b07b89a7077b51404a189aa98 (patch)
tree2db82ebe793a0e267ac8d9b43988db7bda8e91aa /plugins/Morpheus
parentae0460f91e9a6b0f2e8034f623710639d4d56005 (diff)
don't allow chrome to translate Matomo pages (#13748)
avoid unintentionally sending private data to foreign servers
Diffstat (limited to 'plugins/Morpheus')
-rw-r--r--plugins/Morpheus/templates/layout.twig1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/Morpheus/templates/layout.twig b/plugins/Morpheus/templates/layout.twig
index 8bfe0503b0..48d38e0436 100644
--- a/plugins/Morpheus/templates/layout.twig
+++ b/plugins/Morpheus/templates/layout.twig
@@ -15,6 +15,7 @@
<meta name="generator" content="Matomo - free/libre analytics platform"/>
<meta name="description" content="{% block pageDescription %}{% endblock %}"/>
<meta name="apple-itunes-app" content="app-id=737216887" />
+ <meta name="google" content="notranslate">
{% block meta %}
<meta name="robots" content="noindex,nofollow">
{% endblock %}