Author: Derick Rethans (derickr) Date: 2025-05-07T11:37:28+01:00 Commit: https://github.com/php/web-analytics/commit/e1b34e9ee7f6bf17cf4c615a4a2ead323e2054eb Raw diff: https://github.com/php/web-analytics/commit/e1b34e9ee7f6bf17cf4c615a4a2ead323e2054eb.diff
Disable browser archiving as per https://matomo.org/faq/on-premise/how-to-set-up-auto-archiving-of-your-reports/ Changed paths: M www/config/config.ini.php Diff: diff --git a/www/config/config.ini.php b/www/config/config.ini.php index 0c1f7cd7..c7d03bd3 100644 --- a/www/config/config.ini.php +++ b/www/config/config.ini.php @@ -13,6 +13,7 @@ noreply_email_address = "nore...@php.net" salt = "PLACEHOLDERFORSALT-REPLACEDONDEPLOY"; trusted_hosts[] = "analytics.php.net" +browser_archiving_disabled_enforce = 1 [log] log_level = "INFO"