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 a948256 + 745f74b commit 846ead2Copy full SHA for 846ead2
client/modules/IDE/components/PreviewFrame.jsx
@@ -24,8 +24,8 @@ 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 =
28
- 'accelerometer; autoplay; camera; encrypted-media; geolocation; gyroscope; microphone; magnetometer; midi; vr;';
+ const allow = `accelerometer; autoplay; camera; encrypted-media; geolocation;
+ gyroscope; microphone; magnetometer; midi; serial; vr;`;
29
return (
30
<Frame
31
title="sketch preview"
0 commit comments