meta-quest / webxr-showcases

Collection of WebXR showcase experiences
MIT License
19 stars 2 forks source link

Non Secure app message when running it locally. #4

Closed vatsilidis closed 3 weeks ago

vatsilidis commented 1 month ago

While running both showcases in localhost the browser prompts me not to proceed because it is https instead of http. Probably this is coming from the webpack devServer.server setting.

felixtrz commented 3 weeks ago

This is expected. The browser warning can be easily dismissed by clicking on "Advanced" and then "Proceed to localhost"

WebXR requires secure context, hence https instead of http, and you don't need to bother with a valid certificate when testing on localhost

Screenshot 2024-10-16 at 2 23 00 PM