Codebase list libhttp-browserdetect-perl / a32bb05
Add BingPreview to bot checker (#162) * Add BingPreview to bot checker James Waters authored 5 years ago Olaf Alders committed 5 years ago
2 changed file(s) with 7 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
10591059 $robot_fragment = 'msnbot';
10601060 }
10611061 elsif (index( $ua, 'binglocalsearch' ) != -1
1062 || index( $ua, 'bingbot' ) != -1 ) {
1062 || index( $ua, 'bingbot' ) != -1
1063 || index( $ua, 'bingpreview' ) != -1) {
10631064 $r = 'bingbot';
10641065 $robot_tests->{bingbot} = 1;
10651066 $robot_fragment = 'bingbot';
1277912779 "win32",
1278012780 "win7",
1278112781 "safari",
12782 "webkit"
12782 "webkit",
12783 "robot",
12784 "bingbot"
1278312785 ],
1278412786 "os" : "windows",
1278512787 "os_string" : "Win7",
12786 "robot" : null
12788 "robot" : "bingbot",
12789 "robot_name" : "Bingbot"
1278712790 },
1278812791 "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML like Gecko) Chrome/13.0.782.112 Safari/535.1" : {
1278912792 "browser" : "chrome",