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

Video embed missing "https://" in src #429

Closed
chrisdaaz opened this issue Mar 19, 2019 · 1 comment
Closed

Video embed missing "https://" in src #429

chrisdaaz opened this issue Mar 19, 2019 · 1 comment
Labels

Comments

@chrisdaaz
Copy link

The video embed code is missing https: in the src attribute of the <iframe> element.

When users copy and paste the embed code into an HTML document, the iframe fails to load the content into the page.

Embedding works when https: is added at the begining of the src.

image

@chrisdaaz chrisdaaz changed the title Video embed missing "https://" Video embed missing "https://" in src Mar 19, 2019
@davidschober
Copy link

from @mbklein

mbklein [2:45 PM]
That’s actually by design, because there’s no way of knowing whether the page you’re embedding into is http or https. Most browsers will use a scheme-relative URL correctly.

@chrisdaaz what browser were you using? It should have updated that...

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

No branches or pull requests

3 participants