Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在有关AMP-video的文档中表明:
src:如果没有孩子,则需要。必须是 HTTPS。
为什么需要这个?
从我的角度来看,让完整的 AMP 技术在 http 上工作并且只将其中一部分限制为 https 看起来很奇怪。这背后的理性是什么?
这是一个安全问题 - 如果/当您的内容托管在 Google 的 CDN 上时,所有元素都将通过 HTTPS 提供,因此标准 HTTP 元素将不起作用。