Skip to content

Commit 8e54b5b

Browse files
committed
Allow forms in iframes
1 parent 73ab910 commit 8e54b5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

typescript/packages/lookslike-high-level/src/components/iframe-view.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ export class CommonIframe extends LitElement {
8787
return html`
8888
<iframe
8989
${ref(this.iframeRef)}
90-
sandbox="allow-scripts"
90+
sandbox="allow-scripts allow-forms"
9191
.srcdoc=${this.src}
9292
height="512px"
9393
width="100%"

0 commit comments

Comments
 (0)