X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/fe77cb435fa873779cdf74ab486f319f2b2d484a..c9b4f2f2a059af8bc0dcf7909c7677c1cac258e3:/tools/mkusage-squid diff --git a/tools/mkusage-squid b/tools/mkusage-squid index c751f76..a43c573 100755 --- a/tools/mkusage-squid +++ b/tools/mkusage-squid @@ -60,7 +60,7 @@ given ($browser) { continue; } when ('MSIE') { - $browser = $mobile ? 'ie_mob' : 'ie'; + $browser = $mobile ? 'ie_mob' : 'edge'; continue; } when ('Opera') { @@ -79,11 +79,11 @@ given ($browser) { $browser = $mobile ? 'ios_saf' : 'safari'; } when ('Chrome') { - $browser = $mobile ? 'android' : 'chrome'; + $browser = $mobile ? 'and_chr' : 'chrome'; s/\.\d+$// for $version; } when ('Android') { - $browser = 'android'; + $browser = 'and_chr'; } when ('BlackBerry') { $browser = 'bb';