diff --git a/src/embed/ts-embed.ts b/src/embed/ts-embed.ts index 52c652df..1936857d 100644 --- a/src/embed/ts-embed.ts +++ b/src/embed/ts-embed.ts @@ -825,7 +825,7 @@ export class TsEmbed { iFrame.mozallowfullscreen = true; // eslint-disable-next-line @typescript-eslint/ban-ts-comment // @ts-ignore - iFrame.allow = 'clipboard-read; clipboard-write; fullscreen;'; + iFrame.allow = 'clipboard-read; clipboard-write; fullscreen; local-network-access; local-network;'; const frameParams = this.viewConfig.frameParams; const { height: frameHeight, width: frameWidth, ...restParams } = frameParams || {};