[PHP-WEBMASTER] [web-analytics] main: Disable browser archiving as per https://matomo.org/faq/on-premise/how-to-set-up-auto-archiving-of-your-reports/

Author: Derick Rethans (derickr)
Date: 2025-05-07T11:37:28+01:00

Commit: Disable browser archiving as per https://matomo.org/faq/on-premise/ho… · php/web-analytics@e1b34e9 · GitHub
Raw diff: https://github.com/php/web-analytics/commit/e1b34e9ee7f6bf17cf4c615a4a2ead323e2054eb.diff

Disable browser archiving as per How to Set up Auto-Archiving of Your Reports FAQ - On-Premise - Matomo Analytics Platform

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 = "noreply@php.net"
salt = "PLACEHOLDERFORSALT-REPLACEDONDEPLOY";
trusted_hosts = "analytics.php.net"
+browser_archiving_disabled_enforce = 1

[log]
log_level = "INFO"