Identify device that uses Firefox Reality / Wolvic as an XR device

This commit is contained in:
Faisal Salman
2025-06-19 00:14:25 +07:00
parent ee88f16620
commit f300478bdc
2 changed files with 21 additions and 1 deletions

View File

@@ -290,6 +290,24 @@
"type": "smarttv"
}
},
{
"desc": "Unknown VR Device using Firefox Reality",
"ua": "Mozilla/5.0 (Android 10; Mobile VR; rv:123.0) Gecko/123.0 Firefox/123.0",
"expect": {
"vendor": "undefined",
"model": "undefined",
"type": "xr"
}
},
{
"desc": "Unknown VR Device using Wolvic",
"ua": "Mozilla/5.0 (Android 14; Mobile VR; rv:128.0) Gecko/128.0 Firefox/128.0 Wolvic/1.8",
"expect": {
"vendor": "undefined",
"model": "undefined",
"type": "xr"
}
},
{
"desc": "Smart TV",
"ua": "Mozilla/5.0 (Web0S; Linux/SmartTV) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36 HbbTV/1.6.1 ( DRM; LGE/ATMACA/GRAETZ; GR32S1470; WEBOS22 04.41.53; W22_K8AP; DTV_C22L;) LaTivu_1.0.1_2022",