Is it possible to add the allow attribute as one of the configuration options for the parent instance?
I have an embed that attempts to use the user's location via the geolocation api in the browser to customize content of the embed. In order to do this is in the generated iframe, I need to add the allow parameter to the iframe tag with a value of 'geolocation'.
Is it possible to add the
allowattribute as one of the configuration options for the parent instance?I have an embed that attempts to use the user's location via the geolocation api in the browser to customize content of the embed. In order to do this is in the generated iframe, I need to add the
allowparameter to the iframe tag with a value of 'geolocation'.