diff --git a/server/shell.ts b/server/shell.ts index 79c6a10..4ddc3f1 100644 --- a/server/shell.ts +++ b/server/shell.ts @@ -888,7 +888,7 @@ export function renderExternalAppShell(opts: ExternalAppShellOptions): string { class="rspace-iframe" src="${escapeAttr(appUrl)}" title="${escapeAttr(appName)}" - allow="clipboard-read; clipboard-write; fullscreen" + allow="camera; microphone; display-capture; clipboard-read; clipboard-write; fullscreen" sandbox="allow-same-origin allow-scripts allow-forms allow-popups allow-popups-to-escape-sandbox allow-downloads allow-modals" onload="document.getElementById('iframe-loading').style.display='none'" >