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

@@ -886,6 +886,8 @@
], [VENDOR, MODEL, [TYPE, XR]], [
/(quest( \d| pro)?s?).+vr/i // Meta Quest
], [MODEL, [VENDOR, FACEBOOK], [TYPE, XR]], [
/mobile vr; rv.+firefox/i // Unidentifiable VR device using Firefox Reality / Wolvic
], [[TYPE, XR]], [
///////////////////
// EMBEDDED
@@ -897,7 +899,7 @@
], [MODEL, [VENDOR, AMAZON], [TYPE, EMBEDDED]], [
/(homepod).+mac os/i // Apple HomePod
], [MODEL, [VENDOR, APPLE], [TYPE, EMBEDDED]], [
/windows iot/i
/windows iot/i // Unidentifiable embedded device using Windows IoT
], [[TYPE, EMBEDDED]], [
////////////////////