privacysandbox / privacy-sandbox-dev-support

Discuss your Privacy Sandbox developer questions with the Chrome team.
Apache License 2.0
178 stars 74 forks source link

Use of iframe for idiots #405

Open keironw opened 1 month ago

keironw commented 1 month ago

I am not really a developer and lack any understanding of what to do here. If I have an iframe using a Microsoft document viewer: <iframe id="viewerdoc" src="https://view.officeapps.live.com/op/embed.aspx?src=file_from_my_own_site.docx" style="width:100%; height:600px;" frameborder="0"></iframe> How can I overcome the third party cookie deprecation warning within the HTML?

Agingvollkkaa99 commented 1 month ago

https://github.com/privacysandbox/privacy-sandbox-dev-support/issues/405#issue-2458305675

Agingvollkkaa99 commented 1 month ago

@rowan-m

rowan-m commented 1 month ago

@keironw are you encountering any broken functionality when embedding the document with cookies blocked?

If you're only seeing the warnings without any broken functionality, then this may be working as expected since there are likely to be other cookies from the live.com site in the browser that are not related to the embedded Doc viewer.