Skip to content

Default DPDB URL points to expired domain #49

Description

@MattiasBuelens

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
    }
});

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions