forked from 0x2620/oxjs
yandex
This commit is contained in:
parent
927678e6be
commit
34f8ca479a
2 changed files with 6 additions and 0 deletions
|
|
@ -43,6 +43,11 @@ Ox.load.UI = function(options, callback) {
|
|||
regexp: /Googlebot\/(\d+)\./,
|
||||
version: 2
|
||||
},
|
||||
{
|
||||
name: 'YandexBot',
|
||||
regexp: /(YandexBot)\/(\d+)\./,
|
||||
version: 3
|
||||
},
|
||||
{
|
||||
name: 'Internet Explorer',
|
||||
url: 'http://windows.microsoft.com/en-US/internet-explorer/products/ie/home',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue