嵌入不适用于HTTPS网站上的django-embed-video

时间:2013-12-23 11:00:16

标签: html django https youtube

我正在使用django-embed-video在我的网站上嵌入来自YouTube和Vimeo的视频。它工作得很好。但现在我切换到https,视频突然停止工作。你知道为什么吗?

pip freeze

的输出
Django==1.5
distribute==0.6.34
django-embed-video==0.5
wsgiref==0.1.2
控制台日志中的

我有:

[blocked] The page at 'https://localhost:8000/articles/my-test/' was loaded over HTTPS, but ran insecure content from 'http://www.youtube.com/embed/g9fHqTOYpm4?wmode=opaque': this content should also be loaded over HTTPS.

1 个答案:

答案 0 :(得分:1)

升级django-embed-video

支持HTTPS网站has been added in version 0.7。您可以在Github存储库中阅读有关this problem的更多信息。