We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
allow-forms
1 parent b4220a4 commit 4fc79adCopy full SHA for 4fc79ad
src/Umbraco.Web.UI.Client/src/apps/preview/preview.element.ts
@@ -65,7 +65,7 @@ export class UmbPreviewElement extends UmbLitElement {
65
src=${this._previewUrl}
66
title="Page preview"
67
@load=${this.#onIFrameLoad}
68
- sandbox="allow-scripts allow-same-origin"></iframe>
+ sandbox="allow-scripts allow-same-origin allow-forms"></iframe>
69
</div>
70
71
<div id="menu">
0 commit comments