1
0
mirror of https://github.com/lancedikson/bowser synced 2026-09-24 21:14:32 +00:00

Added support for Googlebot recognition

This commit is contained in:
Robert Sandell
2019-01-16 13:30:38 +02:00
parent 1085ae62ad
commit 1535c62b74
3 changed files with 58 additions and 18 deletions

View File

@@ -12,6 +12,17 @@ const TYPES_LABELS = {
*/
export default [
/* Googlebot */
{
test: [/googlebot/i],
describe() {
return {
type: 'bot',
vendor: 'Google',
};
},
},
/* Huawei */
{
test: [/huawei/i],