
Announcements
Hi,
I have build a code component where it should be possible to iframe a sharepoint list into The PowerApp. In PowerApp studio it works great, and I can see the SharePoint list included in the Iframe. But when I run the PowerApp normally the SharePoint list is blocked by Referrer-Policy. When running the PowerApp there is no referrer "no-referrer". If i add the attribute referrerpolicy="origin" to the Iframe the referrer is set to "https://pa-content.azureedge.net/" and not "https://apps.powerapps.com/".
SharePoint allow allows referrer that come from *.powerapps.com.
Anyone that has a solution for this?