mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-21 16:26:43 +00:00
Correctly set "allow-downloads" flag on iframes (#13218)
This commit is contained in:
parent
d41159591c
commit
a4b92fef3a
@ -36,7 +36,7 @@ class HaPanelIframe extends LitElement {
|
|||||||
>
|
>
|
||||||
<iframe
|
<iframe
|
||||||
src=${this.panel.config.url}
|
src=${this.panel.config.url}
|
||||||
sandbox="allow-forms allow-popups allow-pointer-lock allow-same-origin allow-scripts allow-modals allow-download"
|
sandbox="allow-forms allow-popups allow-pointer-lock allow-same-origin allow-scripts allow-modals allow-downloads"
|
||||||
allowfullscreen="true"
|
allowfullscreen="true"
|
||||||
webkitallowfullscreen="true"
|
webkitallowfullscreen="true"
|
||||||
mozallowfullscreen="true"
|
mozallowfullscreen="true"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user