Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Default DPDB URL points to expired domain #49

Open
MattiasBuelens opened this issue Mar 12, 2025 · 0 comments
Open

Default DPDB URL points to expired domain #49

MattiasBuelens opened this issue Mar 12, 2025 · 0 comments

Comments

@MattiasBuelens
Copy link
Contributor

The default DPDB URL used in options.js points to an expired domain:

// The URL to JSON of DPDB information. By default, uses the data
// from https://github.com/WebVRRocks/webvr-polyfill-dpdb; if left
// falsy, then no attempt is made.
// Added in 1.0.1
DPDB_URL: 'https://dpdb.webvr.rocks/dpdb.json',

Image

Can the original domain be brought back online? Or should we switch to a different URL?
For now, I would recommend users change their DPDB_URL to null until this is fixed.

const display = new CardboardVRDisplay({
    DPDB_URL: null
});

// or when using Cardboard VR Display through the WebXR polyfill:
new WebXRPolyfill({
    cardboardConfig: {
        DPDB_URL: null
    }
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant