From c091e130f64138b54370354fad9df7627f9dd531 Mon Sep 17 00:00:00 2001 From: Claude Date: Fri, 28 Aug 2026 14:55:51 +0000 Subject: [PATCH] FE-1543: Grant clipboard permissions to the Petrinaut iframe --- .../src/pages/processes/[uuid].page/process-editor.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/hash-frontend/src/pages/processes/[uuid].page/process-editor.tsx b/apps/hash-frontend/src/pages/processes/[uuid].page/process-editor.tsx index d23bbd3128b..32170d842bc 100644 --- a/apps/hash-frontend/src/pages/processes/[uuid].page/process-editor.tsx +++ b/apps/hash-frontend/src/pages/processes/[uuid].page/process-editor.tsx @@ -1138,6 +1138,7 @@ export const ProcessEditor = ({ * `form-action 'none'` still prevents any actual form navigation. */ sandbox="allow-scripts allow-forms" + allow="clipboard-read *; clipboard-write *" referrerPolicy="no-referrer" title="Process editor" sx={{