mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 17:56:46 +00:00
Allow to show modal dialogs in iFrame panels (#7971)
This commit is contained in:
parent
5e2ee1a16c
commit
88da9bb91b
@ -24,7 +24,7 @@ class HaPanelIframe extends PolymerElement {
|
|||||||
|
|
||||||
<iframe
|
<iframe
|
||||||
src="[[panel.config.url]]"
|
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"
|
allowfullscreen="true"
|
||||||
webkitallowfullscreen="true"
|
webkitallowfullscreen="true"
|
||||||
mozallowfullscreen="true"
|
mozallowfullscreen="true"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user