You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'.
The text was updated successfully, but these errors were encountered:
There isn't, I never added documentation for it. But if you set <side-chain src="..." allow="..."></side-chain>, it should carry it through to the internal iframe.
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'.The text was updated successfully, but these errors were encountered: