WebVR reverts to Polyfill when self-hosting

For some reason, the newer VR viewer reverts back to the old “Cardboard” version when I host the files myself. This is not a problem when hosting on PlayCanvas. I’ve heard that this is currently in “Origin Trial” however, what difference exactly does a different web host make? I’ve also dug up the original WebVR UI on GitHub and the same story occurs. How can I enable the newer viewer when self-hosting? Thanks.

If you are self hosting, you will need to have an Origin Trial token for your domain: https://github.com/jpchase/OriginTrials

It basically enables certain features like hardware WebVR and the such on the browser.

Ok I see, thank you.