Hello!
I am having an issue in the following scenario. In my retool app, I try to embed using an iframe one of my other applications. The role of this application is to integrate google places API, and by searching a place, it moves the map around, and shows me the PlaceID. I need that PlaceID in Retool, and I have tried, by pressing a button, to copy it to the browser's clipboard, in order to be pasted in Retool, where I need it.
Unfortunately, I receive the following error: Uncaught (in promise) DOMException: Disabled in this document by Feature Policy.
That is because Retool iframe component doesen't offer access to clipboard-write policy.
It would help a lot to update the iframe allow policy to match as many (or possibly all the) allow policies on iframes.
Worth mentioning that in an HTML Component I tried adding an <iframe src="..." allow="clipboard-write"></iframe>
but it doesen't seem to render it.