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.
2 parents fc1a9fb + 61af307 commit fb0c9ddCopy full SHA for fb0c9dd
client/modules/IDE/components/PreviewFrame.jsx
@@ -24,8 +24,9 @@ function PreviewFrame({ fullView }) {
24
const frameUrl = previewUrl;
25
const sandboxAttributes = `allow-forms allow-modals allow-pointer-lock allow-popups
26
allow-same-origin allow-scripts allow-top-navigation-by-user-activation allow-downloads`;
27
- const allow = `accelerometer; autoplay; camera; encrypted-media; geolocation;
28
- gyroscope; microphone; magnetometer; midi; serial; vr;`;
+ const allow = `accelerometer; ambient-light-sensor; autoplay; camera; encrypted-media; geolocation; gyroscope; \
+ hid; microphone; magnetometer; midi; payment; usb; serial; vr; xr-spatial-tracking`;
29
+
30
return (
31
<Frame
32
title="sketch preview"
0 commit comments