add burf.co user agent
This commit is contained in:
parent
afb05ab409
commit
4d45fb8710
|
@ -230,6 +230,7 @@
|
||||||
"proximic":"Comscore",
|
"proximic":"Comscore",
|
||||||
"majestic":"MJ12bot",
|
"majestic":"MJ12bot",
|
||||||
"blexbot":"BLEXBot",
|
"blexbot":"BLEXBot",
|
||||||
|
"burf":"Burf.co",
|
||||||
"aspiegel":"Aspiegel",
|
"aspiegel":"Aspiegel",
|
||||||
"mail_ru":"Mail.ru bot",
|
"mail_ru":"Mail.ru bot",
|
||||||
"ccbot":"CCBot",
|
"ccbot":"CCBot",
|
||||||
|
|
|
@ -278,6 +278,7 @@ func main() {
|
||||||
"proximic",
|
"proximic",
|
||||||
"majestic",
|
"majestic",
|
||||||
"blexbot",
|
"blexbot",
|
||||||
|
"burf",
|
||||||
"aspiegel",
|
"aspiegel",
|
||||||
"mail_ru",
|
"mail_ru",
|
||||||
"ccbot",
|
"ccbot",
|
||||||
|
@ -343,6 +344,7 @@ func main() {
|
||||||
"proximic",
|
"proximic",
|
||||||
"MJ12bot",
|
"MJ12bot",
|
||||||
"BLEXBot",
|
"BLEXBot",
|
||||||
|
"Burf",
|
||||||
"AspiegelBot",
|
"AspiegelBot",
|
||||||
"RU_Bot", // Mail.RU_Bot
|
"RU_Bot", // Mail.RU_Bot
|
||||||
"CCBot",
|
"CCBot",
|
||||||
|
@ -403,6 +405,7 @@ func main() {
|
||||||
"proximic": "proximic",
|
"proximic": "proximic",
|
||||||
"MJ12bot": "majestic",
|
"MJ12bot": "majestic",
|
||||||
"BLEXBot": "blexbot",
|
"BLEXBot": "blexbot",
|
||||||
|
"Burf": "burf",
|
||||||
"AspiegelBot": "aspiegel",
|
"AspiegelBot": "aspiegel",
|
||||||
"RU_Bot": "mail_ru", // Mail.RU_Bot
|
"RU_Bot": "mail_ru", // Mail.RU_Bot
|
||||||
"CCBot": "ccbot",
|
"CCBot": "ccbot",
|
||||||
|
|
Loading…
Reference in New Issue