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
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?
The text was updated successfully, but these errors were encountered:
@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.
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?
The text was updated successfully, but these errors were encountered: