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:
@@ -12,6 +12,17 @@ const TYPES_LABELS = {
|
||||
*/
|
||||
|
||||
export default [
|
||||
/* Googlebot */
|
||||
{
|
||||
test: [/googlebot/i],
|
||||
describe() {
|
||||
return {
|
||||
type: 'bot',
|
||||
vendor: 'Google',
|
||||
};
|
||||
},
|
||||
},
|
||||
|
||||
/* Huawei */
|
||||
{
|
||||
test: [/huawei/i],
|
||||
|
||||
Reference in New Issue
Block a user