1
0
قرینه از https://github.com/matomo-org/matomo.git synced 2025-08-22 06:57:53 +00:00
Files
matomo/plugins/Overlay/templates/showErrorWrongDomain.twig
Lukas Winkler cb54533167 don't allow chrome to translate Matomo pages (#13748)
avoid unintentionally sending private data to foreign servers
2018-11-25 16:55:26 -08:00

18 خطوط
516 B
Twig

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="robots" content="noindex,nofollow">
<title></title>
<meta name="generator" content="Matomo - free/libre analytics platform"/>
{% include "@CoreHome/_favicon.twig" %}
{% include "@CoreHome/_applePinnedTabIcon.twig" %}
<link rel="stylesheet" type="text/css" href="plugins/Overlay/stylesheets/showErrorWrongDomain.css" />
</head>
<body>
<p><strong>{{ message|raw }}</strong></p>
<p>{{ troubleshoot|raw }}</p>
</body>
</html>