diff --git a/host.js b/host.js index c8c4f70..7a3f512 100644 --- a/host.js +++ b/host.js @@ -85,7 +85,8 @@ export class Host extends PortWithServices { options.allowCamera, options.allowScreenCapture, options.allowEncryptedMedia, - options.allowAutoplay + options.allowAutoplay, + options.allowClipboard ); parent.appendChild(iframe);