作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我正在使用 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.
最佳答案
升级 django-embed-video
。
支持 HTTPS 站点 has been added in version 0.7 .您可以阅读更多关于 this problem 的信息在 Github 存储库中发布。
关于html - 嵌入不适用于 HTTPS 站点上的 django-embed-video,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20742149/
我是一名优秀的程序员,十分优秀!