Skip to content

Commit

Permalink
Merge pull request #1195 from matomo-org/1193-disable-private-dir-check
Browse files Browse the repository at this point in the history
disable recommended private directories check
  • Loading branch information
diosmosis committed Sep 11, 2024
2 parents a19d6b9 + 2c02169 commit 75723e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@
}),
'diagnostics.disabled' => \Piwik\DI::add([
\Piwik\DI::get(\Piwik\Plugins\Diagnostics\Diagnostic\PageSpeedCheck::class),
\Piwik\DI::get(\Piwik\Plugins\Diagnostics\Diagnostic\RecommendedPrivateDirectories::class),
]),
'observers.global' => \Piwik\DI::add(array(
array('FrontController.modifyErrorPage', \Piwik\DI::value(function (&$result, $ex) {
Expand Down

0 comments on commit 75723e8

Please sign in to comment.