How to open in a new tab from inside connect iframes

Recently I’ve noticed that in our Button macro where we provide an option to open the user-specified link in a new tab (which we can achieve by for example ADS button’s target and href props or a window.open call), the following will be displayed on the newly opened tab:

Screenshot 2023-04-27 at 16.38.03

I believe this may be due to some attributes that are set (or not set) on the connect iframe. Is there any workaround to this or can an update be made to allow this ?

1 Like

Hello. Did you find a solution?