react-xr
react-xr copied to clipboard
Enable http with a flag
in XR.tsx allow the isHttps flag to be ignored, this could help to work this in development mode.
const isHttps = location.protocol === 'https:'