Preview: Add allow-forms to iframe sandbox attributes (#20701)
Add 'allow-forms' to iframe sandbox attributes
This commit is contained in:
committed by
Andy Butland
parent
96ecef0a92
commit
43ac32282c
@@ -63,7 +63,7 @@ export class UmbPreviewElement extends UmbLitElement {
|
||||
src=${this._previewUrl}
|
||||
title="Page preview"
|
||||
@load=${this.#onIFrameLoad}
|
||||
sandbox="allow-scripts allow-same-origin"></iframe>
|
||||
sandbox="allow-scripts allow-same-origin allow-forms"></iframe>
|
||||
</div>
|
||||
</div>
|
||||
<div id="menu">
|
||||
|
||||
Reference in New Issue
Block a user