Vimeo player not working in crossOriginIsolated
page
#1021
Replies: 4 comments
-
Hey @cduff - thanks for filing this issue. I'm able to reproduce using the StackBlitz test app that you put together. I've got this issue captured in an internal ticket and I'm hoping that we can address it within the next couple of weeks. I'll follow-up on this issue when we have an update. |
Beta Was this translation helpful? Give feedback.
-
Hi @bdougherty, can you let us know why you converted this from an issue into a discussion? @rkrishnan8594 any update on your internal ticket? |
Beta Was this translation helpful? Give feedback.
-
Any update on this @bdougherty, @rkrishnan8594? I tested this today and can see that it is still an issue. |
Beta Was this translation helpful? Give feedback.
-
Hi @cduff - the reason we moved this to a discussion is because it's related to the Vimeo player itself, rather than the Player.js library. Regardless, apologies for the delay on a resolution for this issue. My hope is that we can deploy a fix within the month of July. |
Beta Was this translation helpful? Give feedback.
-
Expected Behavior
Vimeo player should work in a page that is crossOriginIsolated.
Actual Behavior
Vimeo player fails in a page served with HTTP response header Cross-Origin-Embedder-Policy values of
require-corp
orcredentialless
.Steps to Reproduce
npm start
and view output in own tab. (Even the default page fails in the StackBlitz embedded preview due to cross origin isolation.)/index.html
works fine as there is no HTTP responseCross-Origin-Embedder-Policy
header value set./require-corp
and/credentialless
fail due to their respective HTTP responseCross-Origin-Embedder-Policy
header values.Solution
Vimeo should be setting the Cross-Origin-Resource-Policy response header value to
cross-origin
on HTTP responses as appropriate?My environment
Latest Chrome (121.0.6167.140) on latest Windows 11 Pro (23H2, 22631.3085).
Beta Was this translation helpful? Give feedback.
All reactions