Youtube 订阅按钮上的混合内容警告通过 HTTPS
Mixed Content warning on Youtube Subscribe button over HTTPS
我们网站上的 Youtube 订阅按钮最近才开始生成这种混合内容类型错误。之前还好好的。
我们的网站 (https://data-miner.io) 完全使用 HTTPS。用于加载 Google 脚本的 URL 也在 HTTPS 上。
即使示例按钮关闭 Google 开发人员指南也给了我们同样的错误。示例代码:
<script src="https://apis.google.com/js/platform.js"></script>
<div class="g-ytsubscribe" data-channel="GoogleDevelopers"></div>
我们得到这个错误:
Mixed Content: The page at 'https://data-miner.io/' was loaded over HTTPS,
but requested an insecure resource 'http://www.youtube.com/subscribe_embed?action_card=1&channelid=UCJsN_l9Nikc…res__%2Fam%3DAQ%2Frt%3Dj%2Fd%3D1%2Frs%3DAGLTcCMHYgS7aNxNWsVBTJHTEp3IHdPl5g'.
This request has been blocked; the content must be served over HTTPS.
这是 Google 错误吗?他们为什么要通过 http 加载一些东西。
任何帮助,将不胜感激。
[更新]:一周后,这仍然是坏的。 Google 伙计们试图修复它并引入了另一个错误。难以置信!这个团队做什么样的测试? “VM7438 subscribe_embed?channelid=UCJsN_l9NikcAq9XikLD1nSg&action_card=1&usegapi=1&jsh=m%3B%2F_%2Fsc…:22 未捕获引用错误:__ytRIL 未定义
我注意到了同样的错误,它似乎是一个 Google 错误。您可以在 YouTube's Configure a Button page. I submitted a bug report to YouTube's issue tracker, which you can follow here.
上看到相同的错误发生
我们网站上的 Youtube 订阅按钮最近才开始生成这种混合内容类型错误。之前还好好的。
我们的网站 (https://data-miner.io) 完全使用 HTTPS。用于加载 Google 脚本的 URL 也在 HTTPS 上。
即使示例按钮关闭 Google 开发人员指南也给了我们同样的错误。示例代码:
<script src="https://apis.google.com/js/platform.js"></script>
<div class="g-ytsubscribe" data-channel="GoogleDevelopers"></div>
我们得到这个错误:
Mixed Content: The page at 'https://data-miner.io/' was loaded over HTTPS,
but requested an insecure resource 'http://www.youtube.com/subscribe_embed?action_card=1&channelid=UCJsN_l9Nikc…res__%2Fam%3DAQ%2Frt%3Dj%2Fd%3D1%2Frs%3DAGLTcCMHYgS7aNxNWsVBTJHTEp3IHdPl5g'.
This request has been blocked; the content must be served over HTTPS.
这是 Google 错误吗?他们为什么要通过 http 加载一些东西。 任何帮助,将不胜感激。
[更新]:一周后,这仍然是坏的。 Google 伙计们试图修复它并引入了另一个错误。难以置信!这个团队做什么样的测试? “VM7438 subscribe_embed?channelid=UCJsN_l9NikcAq9XikLD1nSg&action_card=1&usegapi=1&jsh=m%3B%2F_%2Fsc…:22 未捕获引用错误:__ytRIL 未定义
我注意到了同样的错误,它似乎是一个 Google 错误。您可以在 YouTube's Configure a Button page. I submitted a bug report to YouTube's issue tracker, which you can follow here.
上看到相同的错误发生