browser: ignore Google agent name in wikimedia usage
authorMischa POSLAWSKY <perl@shiar.org>
Mon, 19 Feb 2024 16:30:21 +0000 (17:30 +0100)
committerMischa POSLAWSKY <perl@shiar.org>
Sun, 25 Feb 2024 15:03:30 +0000 (16:03 +0100)
Probably a Chromium-derived Android client, but with unknown version numbers
(currently over v300).

tools/mkusage-wikimedia

index 88b7cef99abf0f2e28430c0af373dac792e27bdf..71d6e5fa077000cf2fb40541d3ab8ab4fb6cf0e8 100755 (executable)
@@ -4,7 +4,7 @@ use warnings;
 
 use Data::Dump 'pp';
 
-our $VERSION = '1.02';
+our $VERSION = '1.03';
 
 my %BROWSERID = qw(
        IE                      edge
@@ -26,6 +26,7 @@ my %BROWSERID = qw(
        BlackBerry-WebKit       bb
        UC-Browser              and_uc
        Samsung-Internet        samsung
+       Google                  0
        Other                   0
 );