pmndrs / react-xr

🤳 VR/AR with react-three-fiber
https://npmjs.com/@react-three/xr
MIT License
1.98k stars 137 forks source link

Enable http with a flag #315

Open 99Arrzel opened 3 weeks ago

99Arrzel commented 3 weeks ago

in XR.tsx allow the isHttps flag to be ignored, this could help to work this in development mode. const isHttps = location.protocol === 'https:'