facebook movile app with no browser info

This commit is contained in:
Dustin 2021-01-07 09:41:20 -08:00
parent 314131d003
commit f543c5ad72
2 changed files with 11 additions and 1 deletions

View File

@ -689,7 +689,10 @@
], [[TYPE, SMARTTV]], [ ], [[TYPE, SMARTTV]], [
/(android[\w\.\s\-]{0,9});.+build/i // Generic Android Device /(android[\w\.\s\-]{0,9});.+build/i // Generic Android Device
], [MODEL, [VENDOR, 'Generic']] ], [MODEL, [VENDOR, 'Generic']], [
/(phone)/i,
], [[TYPE, MOBILE]]
], ],
engine : [[ engine : [[

View File

@ -1326,5 +1326,12 @@
"model": "LYA-TL00", "model": "LYA-TL00",
"type": "mobile" "type": "mobile"
} }
},
{
"desc": "FaceBook Mobile App",
"ua": "[FBAN/FBIOS;FBAV/283.0.0.44.117;FBBV/238386386;FBDV/iPhone12,1;FBMD/iPhone;FBSN/iOS;FBSV/13.6.1;FBSS/2;FBID/phone;FBLC/en_US;FBOP/5;FBRV/240127608]",
"expect": {
"type": "mobile"
}
} }
] ]