yandex
This commit is contained in:
parent
927678e6be
commit
34f8ca479a
2 changed files with 6 additions and 0 deletions
|
@ -317,6 +317,7 @@ Ox.parseUserAgent = function(userAgent) {
|
|||
/(NokiaBrowser)\/(\d+)/,
|
||||
/(Opera) (\d+)/,
|
||||
/(Opera)\/.+Version\/(\d+)/,
|
||||
/(YandexBot)\/(\d+)/,
|
||||
/Version\/(\d+).+(Safari)/
|
||||
],
|
||||
system: [
|
||||
|
|
|
@ -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…
Reference in a new issue