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/Installation
parentae0460f91e9a6b0f2e8034f623710639d4d56005 (diff)
don't allow chrome to translate Matomo pages (#13748)
avoid unintentionally sending private data to foreign servers
Diffstat (limited to 'plugins/Installation')
-rw-r--r--plugins/Installation/templates/layout.twig1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/Installation/templates/layout.twig b/plugins/Installation/templates/layout.twig
index 627eeb552a..05ebebd008 100644
--- a/plugins/Installation/templates/layout.twig
+++ b/plugins/Installation/templates/layout.twig
@@ -3,6 +3,7 @@
<head>
<meta charset="utf-8">
<meta name="robots" content="noindex,nofollow">
+ <meta name="google" content="notranslate">
<title>Matomo {{ piwikVersion }} &rsaquo; {{ 'Installation_Installation'|translate }}</title>
<link rel="stylesheet" type="text/css" href="index.php?module=Installation&action=getInstallationCss"/>