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
path: root/config
diff options
context:
space:
mode:
authorrobocoder <anthon.pang@gmail.com>2012-04-13 15:24:47 +0400
committerrobocoder <anthon.pang@gmail.com>2012-04-13 15:24:47 +0400
commit5ea20c509c3fbc00b69976ff1fa986a8b42bf14d (patch)
tree23761c25417898040730d1052e968bd59dfecd83 /config
parent132a6b8aa4883c677fe8ac91ff658bbca3f3485d (diff)
refs #3080 - backend implementation of trusted_hosts validation; need front-end UI for runtime configuration
git-svn-id: http://dev.piwik.org/svn/trunk@6207 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'config')
-rw-r--r--config/global.ini.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/config/global.ini.php b/config/global.ini.php
index 77ad53393e..072b3cde5b 100644
--- a/config/global.ini.php
+++ b/config/global.ini.php
@@ -268,6 +268,12 @@ assume_secure_protocol = 0
;proxy_ips[] = 199.27.128.0/21
;proxy_ips[] = 173.245.48.0/20
+; List of trusted hosts (eg domain or subdomain names) when generating absolute URLs.
+;
+; Examples:
+;trusted_hosts[] = example.com
+;trusted_hosts[] = stats.example.com
+
; The release server is an essential part of the Piwik infrastructure/ecosystem
; to provide the latest software version.
latest_version_url = http://piwik.org/latest.zip