我的 heroku 应用程序通过 iframe 依赖于 github 页面,这不起作用,因为浏览器告诉我它的混合内容。所以
<iframe src="//larsvers.github.io/tree-of-charts"></iframe>
产生一个带有 chrome 控制台错误的空 iframe
Mixed Content: The page at 'https://gradients10.herokuapp.com/project/tree-of-charts' was loaded over HTTPS, but requested an insecure resource 'http://larsvers.github.io/tree-of-charts/'. This request has been blocked; the content must be served over HTTPS.
我认为 github 的 https 还没有完全成熟,所以 heroku 不会指向它。我尝试使用(正如Quoratarget="_parent"
上有人建议的那样),但运气不佳。
有人知道解决这个问题吗?还是替代方案?