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 f2d7de9 commit 4335660Copy full SHA for 4335660
packages/uikit-workshop/src/scripts/lit-components/pl-viewport/pl-viewport.js
@@ -413,7 +413,6 @@ class IFrame extends BaseLitComponent {
413
<iframe
414
class="pl-c-viewport__iframe pl-js-iframe pl-c-body--theme-${this
415
.themeMode}"
416
- sandbox="allow-same-origin allow-scripts allow-popups allow-forms allow-modals"
417
src=${ifDefined(url === '' ? undefined : url)}
418
srcdoc=${ifDefined(url === '' ? this.iframe404Fallback : undefined)}
419
title="Pattern details"
0 commit comments