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.
1 parent 882a042 commit b1dbd80Copy full SHA for b1dbd80
src/Umbraco.Web.UI.Client/src/apps/preview/preview.element.ts
@@ -63,7 +63,7 @@ export class UmbPreviewElement extends UmbLitElement {
63
src=${this._previewUrl}
64
title="Page preview"
65
@load=${this.#onIFrameLoad}
66
- sandbox="allow-scripts"></iframe>
+ sandbox="allow-scripts allow-same-origin"></iframe>
67
</div>
68
69
<div id="menu">
0 commit comments