mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-10 10:56:34 +00:00
add 'allow-download' to iframe sandbox for chrome (#9490)
This commit is contained in:
parent
e4b4dc4ae9
commit
a89da0dac0
@ -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 allow-modals"
|
sandbox="allow-forms allow-popups allow-pointer-lock allow-same-origin allow-scripts allow-modals allow-download"
|
||||||
allowfullscreen="true"
|
allowfullscreen="true"
|
||||||
webkitallowfullscreen="true"
|
webkitallowfullscreen="true"
|
||||||
mozallowfullscreen="true"
|
mozallowfullscreen="true"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user