diff --git a/src/components/preview_panel/PreviewIframe.tsx b/src/components/preview_panel/PreviewIframe.tsx index fa2c32a..ec75848 100644 --- a/src/components/preview_panel/PreviewIframe.tsx +++ b/src/components/preview_panel/PreviewIframe.tsx @@ -565,6 +565,7 @@ export const PreviewIframe = ({ loading }: { loading: boolean }) => { title={`Preview for App ${selectedAppId}`} className="w-full h-full border-none bg-white dark:bg-gray-950" src={appUrl} + allow="clipboard-read; clipboard-write; fullscreen; microphone; camera; display-capture; geolocation; autoplay; picture-in-picture" /> )}