Embedding with domain whitelist doesn't work in Chrome, works in other browsers
See original GitHub issueExpected Behavior
Video should play in our website since it’s in the whitelist.
Actual Behavior
Player instead displays:
To play your video here, change its privacy settings so it can be embedded on: player.vimeo.com
Doesn’t work on a mac on Chrome 80.0.3987.163, but works on Safari 13.0.5 and Firefox 72.0.1.
Steps to Reproduce
We’re creating a video for a live event with the following privacy settings:
Who can watch this event?
Hide this event from Vimeo.com
Where can this event be embedded?
Only on sites I choose
app.test.mydomain.com
We’re not using the lib directly but we’re using react-vimeo which depends on it and it generates the following iframe:
<iframe src="https://player.vimeo.com/video/<video_id>?autoplay=1&app_id=<app_id>" width="640" height="360" frameborder="0" allow="autoplay; fullscreen" allowfullscreen="" title="Test Title"></iframe>
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
SafeBrowsingWhitelistDomains apparently not working
Enforcing safe browsing by policy, I've noticed that whitelisting ... I've the same behaviour in Brave browser (different registry folder).
Read more >Change site permissions - Computer - Google Chrome Help
You can set permissions for a website without changing your default settings. Change settings for all sites On your computer, open Chrome.
Read more >X-Frame-Options: ALLOW-FROM in firefox and chrome
The problem is it looks like sending ALLOW-FROM domain results in a no-op overall for the latest Firefox and Google Chrome. IE8, at...
Read more >asp.net - X-Frame-Options Allow-From multiple domains
This feature has been removed from the Web standards. ... BTW, for now Chrome (and all webkit-based browsers) does not support ALLOW-FROM ...
Read more >How to fix embedded Videos Not Playing in Google Chrome
I am unable to play Netflix videos in Chrome browser on Mac. ... when they open a web video, animation, or game, it...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@steve52 no sorry, it’s on a website that requires authentication and I can’t give access to outsiders. I will try to get a small website up and running that can reproduce the problem and report back here.
@admiralobvious , glad you found the source of the issue!