Author: Derick Rethans (derickr)
Date: 2025-10-03T10:54:25+01:00

Commit: 
https://github.com/php/web-analytics/commit/3b51d34953a8b1cf8b98d9773cd433384ab4acc0
Raw diff: 
https://github.com/php/web-analytics/commit/3b51d34953a8b1cf8b98d9773cd433384ab4acc0.diff

Add 'analytics.internal.php.net' to trusted hosts, and test deployment

Changed paths:
  M  www/config/config.ini.php


Diff:

diff --git a/www/config/config.ini.php b/www/config/config.ini.php
index 0e594045..1c03d714 100644
--- a/www/config/config.ini.php
+++ b/www/config/config.ini.php
@@ -13,6 +13,7 @@
 noreply_email_address = "[email protected]"
 salt = "PLACEHOLDERFORSALT-REPLACEDONDEPLOY";
 trusted_hosts[] = "analytics.php.net"
+trusted_hosts[] = "analytics.internal.php.net"
 browser_archiving_disabled_enforce = 1
 proxy_client_headers[] = HTTP_X_FORWARDED_FOR
 proxy_host_headers[] = HTTP_X_FORWARDED_HOST

Reply via email to