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 bafe974 + 95fa5d8 commit 42344e7Copy full SHA for 42344e7
client/modules/IDE/components/PreviewFrame.jsx
@@ -24,7 +24,7 @@ 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; ambient-light-sensor; autoplay; camera; encrypted-media; geolocation; gyroscope; \
+ const allow = `accelerometer; ambient-light-sensor; autoplay; bluetooth; camera; encrypted-media; geolocation; gyroscope; \
28
hid; microphone; magnetometer; midi; payment; usb; serial; vr; xr-spatial-tracking`;
29
30
return (
0 commit comments