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/CoreUpdater
parentae0460f91e9a6b0f2e8034f623710639d4d56005 (diff)
don't allow chrome to translate Matomo pages (#13748)
avoid unintentionally sending private data to foreign servers
Diffstat (limited to 'plugins/CoreUpdater')
-rw-r--r--plugins/CoreUpdater/templates/layout.twig1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/CoreUpdater/templates/layout.twig b/plugins/CoreUpdater/templates/layout.twig
index 90968c17d5..5593435c4f 100644
--- a/plugins/CoreUpdater/templates/layout.twig
+++ b/plugins/CoreUpdater/templates/layout.twig
@@ -6,6 +6,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=EDGE,chrome=1"/>
<meta name="viewport" content="initial-scale=1.0" />
<meta name="robots" content="noindex,nofollow">
+ <meta name="google" content="notranslate">
<link rel="stylesheet" type="text/css" href="index.php?module=CoreUpdater&action=getUpdaterCss"/>
<script type="text/javascript" src="index.php?module=CoreUpdater&action=getUpdaterJs"></script>