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:
authormattab <matthieu.aubry@gmail.com>2013-11-03 23:57:58 +0400
committermattab <matthieu.aubry@gmail.com>2013-11-03 23:57:58 +0400
commit8e5670a5f2ae62764e238ba7db437acc0ebbfb00 (patch)
treeb59df88889a46ae03d4d9d476723f5d36ccb1f66 /config
parent9a742f7d3522898cd9d3d02966d3f43d8b310636 (diff)
Refs #4273 Making UI text more clear + fixing bug in privacy settings (nonce was missing)
Diffstat (limited to 'config')
-rw-r--r--config/global.ini.php6
1 files changed, 4 insertions, 2 deletions
diff --git a/config/global.ini.php b/config/global.ini.php
index 7da3064c0a..b8cc263870 100644
--- a/config/global.ini.php
+++ b/config/global.ini.php
@@ -412,8 +412,10 @@ page_maximum_length = 1024;
; For IPv6 addresses 0..4 means that 0, 64, 80, 104 or all bits are masked.
ip_address_mask_length = 1
-; Use anonymized IP to enrich visits in plugins.
-; Setting this to 0 allows, for example to get a more precise gelocation or ISP detection.
+
+; Set this setting to 0 to let plugins use the full non-anonymized IP address when enriching visitor information.
+; When set to 1, by default, Geo Location via geoip and Provider reverse name lookups
+; will use the anonymized IP address when anonymization is enabled.
use_anonymized_ip_for_visit_enrichment = 1
; Tracker cache files are the simple caching layer for Tracking.