We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I created this example gist with 2 iframes - one bringing in a visual from a webpage and a second with a youtube video:
https://gist.github.com/tkb/6377766
The embedded content does not render on gist.io:
http://gist.io/6377766
Is this a bug / limitation?
Any suggested workarounds?
The text was updated successfully, but these errors were encountered:
@idan ✔️ Issue can be closed.
Iframes are properly rendered. Visit https://gist.io/@tkb/6377766 to see the Youtube video.
The other iframe is not visible as gist.io is hosted from HTTPS and the iframe is not.
The browser will block the content and warn in the console it is mixed content.
Mixed Content: The page at 'https://gist.io/@tkb/6377766' was loaded over HTTPS, but requested an insecure resource 'http://tkb.github.io/lifeexpectancy-post/index.html'. This request has been blocked; the content must be served over HTTPS.
Sorry, something went wrong.
No branches or pull requests
I created this example gist with 2 iframes - one bringing in a visual from a webpage and a second with a youtube video:
https://gist.github.com/tkb/6377766
The embedded content does not render on gist.io:
http://gist.io/6377766
Is this a bug / limitation?
Any suggested workarounds?
The text was updated successfully, but these errors were encountered: