Skip to content

Commit

Permalink
fix: Add allowClipboard to iframe constructor (#165)
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanLemieux authored Oct 18, 2023
1 parent 4a5ad2e commit e5b268d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion host.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,8 @@ export class Host extends PortWithServices {
options.allowCamera,
options.allowScreenCapture,
options.allowEncryptedMedia,
options.allowAutoplay
options.allowAutoplay,
options.allowClipboard
);
parent.appendChild(iframe);

Expand Down

0 comments on commit e5b268d

Please sign in to comment.