Skip to content

Commit bc9eecb

Browse files
committed
remove vr
1 parent 4bfaa1c commit bc9eecb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/editor/src/runtime/executor/executionHosts/sandboxed/SandboxedExecutionHost.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ export default class SandboxedExecutionHost
108108
"allow-top-navigation-by-user-activation"
109109
);
110110
iframe.allow =
111-
"geolocation; microphone; camera; midi; encrypted-media; autoplay; accelerometer; magnetometer; gyroscope; vr";
111+
"geolocation; microphone; camera; midi; encrypted-media; autoplay; accelerometer; magnetometer; gyroscope";
112112
iframe.allowFullscreen = true;
113113
iframe.src =
114114
window.location.protocol +

0 commit comments

Comments
 (0)