You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// 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',
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.
constdisplay=newCardboardVRDisplay({DPDB_URL: null});// or when using Cardboard VR Display through the WebXR polyfill:newWebXRPolyfill({cardboardConfig: {DPDB_URL: null}});
The text was updated successfully, but these errors were encountered:
The default DPDB URL used in
options.js
points to an expired domain:cardboard-vr-display/src/options.js
Lines 51 to 55 in 935b678
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
tonull
until this is fixed.The text was updated successfully, but these errors were encountered: