Skip to content

Commit 67839f9

Browse files
Add clipboard permissions to desktop app iframe sandbox
Add allow-clipboard-read and allow-clipboard-write to enable Cmd+C/Cmd+V shortcuts in the Mac desktop app.
1 parent a3a059c commit 67839f9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

desktop/resources/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@
309309
</div>
310310
</div>
311311

312-
<iframe id="vibora-frame" sandbox="allow-same-origin allow-scripts allow-forms allow-popups allow-popups-to-escape-sandbox allow-modals allow-downloads"></iframe>
312+
<iframe id="vibora-frame" sandbox="allow-same-origin allow-scripts allow-forms allow-popups allow-popups-to-escape-sandbox allow-modals allow-downloads allow-clipboard-read allow-clipboard-write"></iframe>
313313

314314
<div id="zoom-trigger"></div>
315315
<div id="zoom-controls">

0 commit comments

Comments
 (0)