在iframe中允许混合内容

时间:2017-01-31 10:03:20

标签: javascript http iframe cors mixed-content

https 上运行的父网站。在内部父网站窗口中,使用src https 的iframe。 iframe包含 http 的链接。

其https(主要母网站)=> https(iframe)=> http(iframe中的链接)场景。

在浏览器控制台已阻止:混合内容中进行记录。

enter image description here

请帮助摆脱这个错误。

1 个答案:

答案 0 :(得分:2)

这是一个浏览器设置,但您没有指明您使用的是哪种浏览器。以下是来自Firefox的关于如何disable混合内容阻止的信息。请注意,禁用此选项会增加安全风险。这是一个描述概念的好article,因此您可以更好地理解其发生的原因和风险。