question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Embedding with domain whitelist doesn't work in Chrome, works in other browsers

See original GitHub issue

Expected 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&amp;app_id=<app_id>" width="640" height="360" frameborder="0" allow="autoplay; fullscreen" allowfullscreen="" title="Test Title"></iframe>

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
alexferlcommented, Apr 10, 2020

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

0reactions
steve52commented, Apr 13, 2020

@admiralobvious , glad you found the source of the issue!

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found