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:
authorMatthieu Aubry <matt@piwik.org>2013-11-03 07:50:45 +0400
committerMatthieu Aubry <matt@piwik.org>2013-11-03 07:50:45 +0400
commit382f0ace3664617ec71b9c56d95f89f992ee0e64 (patch)
tree0e27fc8ae95fe80098299f68b1c9f67ce19f987f /config
parent882010db33b4fbaf9dad19c3df39726dd7e592f1 (diff)
parentdaec969e3d73d36e1176ee98a7f6be5b69847d5c (diff)
Merge pull request #136 from nstCactus/anonymize-ip-exception-master
Use non anonymized ip address for geolocation and provider lookup fixes #4273
Diffstat (limited to 'config')
-rw-r--r--config/global.ini.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/config/global.ini.php b/config/global.ini.php
index c78c6b7f47..7da3064c0a 100644
--- a/config/global.ini.php
+++ b/config/global.ini.php
@@ -412,6 +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.
+use_anonymized_ip_for_visit_enrichment = 1
+
; Tracker cache files are the simple caching layer for Tracking.
; TTL: Time to live for cache files, in seconds. Default to 5 minutes.
tracker_cache_file_ttl = 300