function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ 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?