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/core
diff options
context:
space:
mode:
authorMatthieu Napoli <matthieu@mnapoli.fr>2014-12-19 02:41:55 +0300
committerMatthieu Napoli <matthieu@mnapoli.fr>2014-12-19 02:41:55 +0300
commitf1944a16a5509d2978a697b6e7f6fca46744ee6b (patch)
tree0e5856c1f6d84c5a934cf50b4516b5edc43f668a /core
parentbebef285b3eac150ebf79717d6d33d31ac263637 (diff)
parent138934a9024fa052f58df0d4420cb4829ae03e05 (diff)
Merge branch 'master' into log-refactoring-1
Conflicts: tests/PHPUnit/Integration/LogTest.php
Diffstat (limited to 'core')
-rw-r--r--core/Tracker/VisitExcluded.php14
1 files changed, 12 insertions, 2 deletions
diff --git a/core/Tracker/VisitExcluded.php b/core/Tracker/VisitExcluded.php
index ca481218cb..57403b723e 100644
--- a/core/Tracker/VisitExcluded.php
+++ b/core/Tracker/VisitExcluded.php
@@ -167,8 +167,17 @@ class VisitExcluded
{
return array(
// Google
- '66.249.0.0/16',
- '64.233.172.0/24',
+ '216.239.32.0/19',
+ '64.233.160.0/19',
+ '66.249.80.0/20',
+ '72.14.192.0/18',
+ '209.85.128.0/17',
+ '66.102.0.0/20',
+ '74.125.0.0/16',
+ '64.18.0.0/20',
+ '207.126.144.0/20',
+ '173.194.0.0/16',
+
// Live/Bing/MSN
'64.4.0.0/18',
'65.52.0.0/14',
@@ -180,6 +189,7 @@ class VisitExcluded
'207.68.192.0/20',
'131.253.26.0/20',
'131.253.24.0/20',
+
// Yahoo
'72.30.198.0/20',
'72.30.196.0/20',