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:
authorThomas Steur <thomas.steur@gmail.com>2015-08-19 15:38:21 +0300
committerThomas Steur <thomas.steur@gmail.com>2015-08-19 15:38:21 +0300
commit0963a38d179cc7fffdb8e78dac3b981e651cfd68 (patch)
treeb14202de3c591abcc7307f49e6dc057a2ba94d5e /config
parente1cc821b4253d30efff1a15b5ede1476d17a8bf2 (diff)
added warning re debug_on_demand
Diffstat (limited to 'config')
-rw-r--r--config/global.ini.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/config/global.ini.php b/config/global.ini.php
index 9fc7064a9b..71d3345436 100644
--- a/config/global.ini.php
+++ b/config/global.ini.php
@@ -570,7 +570,9 @@ use_third_party_id_cookie = 0
debug = 0
; This option is an alternative to the debug option above. When set to 1, you can debug tracker request by adding
-; a debug=1 query paramater in the URL. All other HTTP requests will not have debug enabled.
+; a debug=1 query paramater in the URL. All other HTTP requests will not have debug enabled. For security reasons this
+; option should be only enabled if really needed and only for a short time frame. Otherwise anyone can set debug=1 and
+; see the log output as well.
debug_on_demand = 0
; This setting is described in this FAQ: http://piwik.org/faq/how-to/faq_175/