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:
authorMatthieu Aubry <mattab@users.noreply.github.com>2017-09-18 04:01:43 +0300
committerGitHub <noreply@github.com>2017-09-18 04:01:43 +0300
commit878c093018174345d01eab98b0b6fcfb38765169 (patch)
tree7a8a41cde90007cbc6ce75761316c431cf2f5a9d
parent4069811ffbe318d20c9e7647969b6ceba2936dd9 (diff)
Hide file integrity warnings from SEO site verification processes (#12060)
* Hide file integrity warnings from SEO site verification processes fixes https://github.com/piwik/piwik/issues/12050 * Typo
-rw-r--r--core/FileIntegrity.php6
1 files changed, 5 insertions, 1 deletions
diff --git a/core/FileIntegrity.php b/core/FileIntegrity.php
index 81626c32a0..b63d18f1fc 100644
--- a/core/FileIntegrity.php
+++ b/core/FileIntegrity.php
@@ -79,8 +79,12 @@ class FileIntegrity
'plugins/ImageGraph/fonts/unifont.ttf',
'vendor/autoload.php',
'vendor/composer/autoload_real.php',
- 'vendor/szymach/c-pchart/app/cache/*.db',
+ 'vendor/szymach/c-pchart/app/*',
'tmp/*',
+ // Search engine sites verification
+ 'google*.html',
+ 'BingSiteAuth.xml',
+ 'yandex*.html',
// Files below are not expected but they used to be present in older Piwik versions and may be still here
// As they are not going to cause any trouble we won't report them as 'File to delete'
'*.coveralls.yml',