+ Start a Discussion
Carlos PaniaguaCarlos Paniagua 

How to pass allow attributes to apex:iframe

I need to set the allow attribute to apex:iframe.
When I try to do it via HTML pass-through attributes the value of allow attribute is escaped.

For example `camera *` turns into `camera \*`.
Is there any other way to specify allow attributes?