diff --git a/client/modules/IDE/components/PreviewFrame.jsx b/client/modules/IDE/components/PreviewFrame.jsx index 434d18b786..2e1e4568e0 100644 --- a/client/modules/IDE/components/PreviewFrame.jsx +++ b/client/modules/IDE/components/PreviewFrame.jsx @@ -45,7 +45,7 @@ function PreviewFrame({ fullView, isOverlayVisible }) { const sandboxAttributes = `allow-forms allow-modals allow-pointer-lock allow-popups allow-same-origin allow-scripts allow-top-navigation-by-user-activation allow-downloads`; const allow = `accelerometer; ambient-light-sensor; autoplay; bluetooth; camera; encrypted-media; geolocation; gyroscope; \ - hid; microphone; magnetometer; midi; payment; usb; serial; vr; xr-spatial-tracking`; + hid; local-network-access; microphone; magnetometer; midi; payment; usb; serial; vr; xr-spatial-tracking`; return ( <>