Skip to content

Commit 4335660

Browse files
authored
feat: remove sandbox attribute from iframe (#1422)
1 parent f2d7de9 commit 4335660

File tree

1 file changed

+0
-1
lines changed
  • packages/uikit-workshop/src/scripts/lit-components/pl-viewport

1 file changed

+0
-1
lines changed

packages/uikit-workshop/src/scripts/lit-components/pl-viewport/pl-viewport.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,6 @@ class IFrame extends BaseLitComponent {
413413
<iframe
414414
class="pl-c-viewport__iframe pl-js-iframe pl-c-body--theme-${this
415415
.themeMode}"
416-
sandbox="allow-same-origin allow-scripts allow-popups allow-forms allow-modals"
417416
src=${ifDefined(url === '' ? undefined : url)}
418417
srcdoc=${ifDefined(url === '' ? this.iframe404Fallback : undefined)}
419418
title="Pattern details"

0 commit comments

Comments
 (0)