Skip to content

Commit

Permalink
feat: remove sandbox attribute from iframe (#1422)
Browse files Browse the repository at this point in the history
  • Loading branch information
eWert-Online authored Feb 2, 2022
1 parent f2d7de9 commit 4335660
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,6 @@ class IFrame extends BaseLitComponent {
<iframe
class="pl-c-viewport__iframe pl-js-iframe pl-c-body--theme-${this
.themeMode}"
sandbox="allow-same-origin allow-scripts allow-popups allow-forms allow-modals"
src=${ifDefined(url === '' ? undefined : url)}
srcdoc=${ifDefined(url === '' ? this.iframe404Fallback : undefined)}
title="Pattern details"
Expand Down

0 comments on commit 4335660

Please sign in to comment.