我正在使用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.
答案 0 :(得分:1)
升级django-embed-video
。
支持HTTPS网站has been added in version 0.7。您可以在Github存储库中阅读有关this problem的更多信息。