Skip to content

Commit

Permalink
The baiduspider's ua is
Browse files Browse the repository at this point in the history
"Mozilla/5.0 (Linux;u;Android 4.2.2;zh-cn;) AppleWebKit/534.46 (KHTML,like Gecko) Version/5.1 Mobile Safari/10600.6.3 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)",
but it is not Safari browser.
  • Loading branch information
zeke committed Sep 18, 2018
1 parent 6c03f9f commit beb51dc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/browsers.c
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,6 @@ static const char *browsers[][2] = {
{"Chrome", "Chrome"},

{"CriOS", "Chrome"},
{"Safari", "Safari"},

/* Crawlers/Bots */
{"bingbot", "Crawlers"},
Expand Down Expand Up @@ -312,6 +311,8 @@ static const char *browsers[][2] = {
{"internetVista", "Uptime"},
{"Server Density Service Monitoring v2", "Uptime"},

{"Safari", "Safari"},

{"Mozilla", "Others"}
};

Expand Down

0 comments on commit beb51dc

Please sign in to comment.