From daec969e3d73d36e1176ee98a7f6be5b69847d5c Mon Sep 17 00:00:00 2001 From: Yohann Bianchi Date: Sun, 27 Oct 2013 23:14:45 +0100 Subject: ADDED: Option to use non-anonymized IP address to determine the visitor's location & ISP --- config/global.ini.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'config') diff --git a/config/global.ini.php b/config/global.ini.php index 0920441066..27643ff64e 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 -- cgit v1.2.3