mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-20 07:46:37 +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
|
||||
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"
|
||||
webkitallowfullscreen="true"
|
||||
mozallowfullscreen="true"
|
||||
|
Loading…
x
Reference in New Issue
Block a user