Allow to show modal dialogs in iFrame panels (#7971)

This commit is contained in:
Siemon Geeroms 2021-01-05 11:38:46 +01:00 committed by GitHub
parent 5e2ee1a16c
commit 88da9bb91b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,7 +24,7 @@ class HaPanelIframe extends PolymerElement {
<iframe
src="[[panel.config.url]]"
sandbox="allow-forms allow-popups allow-pointer-lock allow-same-origin allow-scripts"
sandbox="allow-forms allow-popups allow-pointer-lock allow-same-origin allow-scripts allow-modals"
allowfullscreen="true"
webkitallowfullscreen="true"
mozallowfullscreen="true"