This commit is contained in:
j 2016-11-25 22:28:30 +01:00
commit 34f8ca479a
2 changed files with 6 additions and 0 deletions

View file

@ -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',