Add dom.webxr.enabled pref

This commit is contained in:
Manish Goregaokar 2018-12-22 22:15:41 -08:00
parent 4b2fa5ef08
commit 241d93340b
14 changed files with 32 additions and 24 deletions

View file

@ -7,6 +7,7 @@
"windows": {},
"vr": {
"_comment": "settings specific to VR builds",
"dom.webvr.enabled": true
"dom.webvr.enabled": true,
"dom.webxr.enabled": true
}
}