Make allow
attribute configurable in iframe panel
#19028
Unanswered
tomayac
asked this question in
Configuration
Replies: 1 comment
-
See #19087 for a suggested change. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a webapp that I run in the iframe widget that needs WebUSB access, but unfortunately the
allow
attribute is hardcoded to just"fullscreen"
:frontend/src/panels/iframe/ha-panel-iframe.ts
Line 44 in 1dc6132
Would it be possible to make the
allow
attribute configurable, or to change the value to"fullscreen; usb"
as per the iframe syntax? I'd probably prefer the former, since it's more flexible and also more secure than an additional possibly powerful feature.Beta Was this translation helpful? Give feedback.
All reactions