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:
authormattpiwik <matthieu.aubry@gmail.com>2011-09-07 16:37:20 +0400
committermattpiwik <matthieu.aubry@gmail.com>2011-09-07 16:37:20 +0400
commit7fb675310057149649bb77b3934a13944cb89894 (patch)
tree617dfdcda5bdef40cc48971d46ca7ccbcf441024 /config
parent07f5d5fd71ceaa65f18b3881168bbda8ebb13995 (diff)
Fixes #2648
git-svn-id: http://dev.piwik.org/svn/trunk@5134 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'config')
-rw-r--r--config/global.ini.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/config/global.ini.php b/config/global.ini.php
index 9b962ad44d..d53ad8b109 100644
--- a/config/global.ini.php
+++ b/config/global.ini.php
@@ -95,6 +95,11 @@ all_websites_website_per_page = 50
; this is useful to prevent full DB access to the anonymous user, or to limit performance usage
anonymous_user_enable_use_segments_API = 1
+; if browser trigger archiving is disabled, API requests with a &segment= parameter will still trigger archiving.
+; You can force the browser archiving to be disabled in most cases by setting this setting to 0
+; The only time that the browser will still trigge archiving is when requesting a custom date range that is not pre-processed yet
+browser_archiving_disabled_enforce = 0
+
; this action name is used when the URL ends with a slash /
; it is useful to have an actual string to write in the UI
action_default_name = index