Skip to content

Commit f17b18f

Browse files
authored
Append allow="clipboard-write" to wizard embed iframe (#437)
1 parent 12c5216 commit f17b18f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/ui/src/embed.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ onDOMContentLoaded(function () {
6161
iframe.style.border = '0';
6262
iframe.style.width = '100%';
6363
iframe.style.height = 'calc(100vh - 100px)';
64+
iframe.allow = 'clipboard-write';
6465

6566
w.appendChild(iframe);
6667

0 commit comments

Comments
 (0)