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/Dashboard
parentae0460f91e9a6b0f2e8034f623710639d4d56005 (diff)
don't allow chrome to translate Matomo pages (#13748)
avoid unintentionally sending private data to foreign servers
Diffstat (limited to 'plugins/Dashboard')
-rw-r--r--plugins/Dashboard/templates/_header.twig3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/Dashboard/templates/_header.twig b/plugins/Dashboard/templates/_header.twig
index 155959c4a2..62fe72bd3b 100644
--- a/plugins/Dashboard/templates/_header.twig
+++ b/plugins/Dashboard/templates/_header.twig
@@ -4,7 +4,8 @@
<head>
<meta charset="utf-8">
<meta name="robots" content="noindex,nofollow">
- <meta http-equiv="x-ua-compatible" content="IE=EDGE,chrome=1" >
+ <meta name="google" content="notranslate">
+ <meta http-equiv="x-ua-compatible" content="IE=EDGE,chrome=1" >
<title>{{ 'Dashboard_Dashboard'|translate }} - {{ 'CoreHome_WebAnalyticsReports'|translate }}</title>
<!--[if lt IE 9]>