When config Vimeo with whitelist domain https://help.vimeo.com/hc/en-us/articles/30030693052305-How-do-I-set-up-domain-level-privacy We have an error `Sorry. Because of its privacy settings, this video cannot be played here.` <img width="471" height="305" alt="Image" src="https://github.com/user-attachments/assets/eac3f83d-1711-4354-87b2-b8855a2344ad" /> Reason: We need to config referer-policy to something like `"strict-origin-when-cross-origin"`, but `vimeo-video-element` doesn't support config it We are using ``` "react-player": "^3.4.0", "vimeo-video-element": "^1.6.1", ``` Also reported [here](https://github.com/muxinc/media-elements/issues/170)
When config Vimeo with whitelist domain https://help.vimeo.com/hc/en-us/articles/30030693052305-How-do-I-set-up-domain-level-privacy
We have an error
Sorry. Because of its privacy settings, this video cannot be played here.Reason: We need to config referer-policy to something like
"strict-origin-when-cross-origin", butvimeo-video-elementdoesn't support config itWe are using
Also reported here