Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use of iframe for idiots #405

Open
keironw opened this issue Aug 9, 2024 · 3 comments
Open

Use of iframe for idiots #405

keironw opened this issue Aug 9, 2024 · 3 comments
Labels
third-party-cookies Third-party cookies

Comments

@keironw
Copy link

keironw commented Aug 9, 2024

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?

@keironw keironw added the third-party-cookies Third-party cookies label Aug 9, 2024
@Agingvollkkaa99

This comment was marked as spam.

@Agingvollkkaa99

This comment was marked as spam.

@rowan-m
Copy link
Collaborator

rowan-m commented Aug 13, 2024

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
third-party-cookies Third-party cookies
Projects
None yet
Development

No branches or pull requests

3 participants