down show browser warning to google bot
This commit is contained in:
parent
d043e335bd
commit
4d9be17e6c
1 changed files with 5 additions and 0 deletions
|
@ -36,6 +36,11 @@ Ox.load.UI = function(options, callback) {
|
||||||
regexp: /AppleWebKit\/(\d+)\./,
|
regexp: /AppleWebKit\/(\d+)\./,
|
||||||
version: 534
|
version: 534
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name: 'Googlebot',
|
||||||
|
regexp: /Googlebot\/(\d+)\./,
|
||||||
|
version: 2
|
||||||
|
},
|
||||||
{
|
{
|
||||||
name: 'Internet Explorer',
|
name: 'Internet Explorer',
|
||||||
url: 'http://windows.microsoft.com/en-US/internet-explorer/products/ie/home',
|
url: 'http://windows.microsoft.com/en-US/internet-explorer/products/ie/home',
|
||||||
|
|
Loading…
Reference in a new issue