We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bfaa1c commit bc9eecbCopy full SHA for bc9eecb
packages/editor/src/runtime/executor/executionHosts/sandboxed/SandboxedExecutionHost.tsx
@@ -108,7 +108,7 @@ export default class SandboxedExecutionHost
108
"allow-top-navigation-by-user-activation"
109
);
110
iframe.allow =
111
- "geolocation; microphone; camera; midi; encrypted-media; autoplay; accelerometer; magnetometer; gyroscope; vr";
+ "geolocation; microphone; camera; midi; encrypted-media; autoplay; accelerometer; magnetometer; gyroscope";
112
iframe.allowFullscreen = true;
113
iframe.src =
114
window.location.protocol +
0 commit comments