Codebase list libhttp-browserdetect-perl / 7541eb6
Adds tests for Ahrefs and Yandex bots. Olaf Alders 10 years ago
1 changed file(s) with 14 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
36053605 "robot",
36063606 "specialarchiver"
36073607 ]
3608 },
3609 "Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)" : {
3610 "robot_name" : "Ahrefs",
3611 "match" : [
3612 "ahrefs",
3613 "robot"
3614 ]
3615 },
3616 "Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)" : {
3617 "robot_name" : "Yandex",
3618 "match" : [
3619 "yandex",
3620 "robot"
3621 ]
36083622 }
36093623 }
3610