Don't analyze referer for non viewed hits/pages
This commit is contained in:
@@ -59,7 +59,9 @@ class IWLADisplayVisitorIP(IPlugin):
|
||||
|
||||
def processIP(self, host_name, ip):
|
||||
host_name = host_name.replace(ip, 'IP')
|
||||
# IPv4
|
||||
ip = ip.replace('.', '-')
|
||||
# IPv6
|
||||
ip = ip.replace(':', '-')
|
||||
host_name = host_name.replace(ip, 'IP')
|
||||
ip = ip.replace('-', '')
|
||||
|
||||
Reference in New Issue
Block a user