标签: html image ssl protocols
基本上,我想切换到SSL,也许有一天该网站可能没有SSL,因此如果需要,将需要降级为使用http:协议而不会有太多麻烦。我想知道我是否将这种方法用于图像会没问题吗?如果有任何缺点吗?
http:
<img src="//path/to/image.jpg" />
和
<img src="//another.site.com/images/path/to/image.jpg" />
这似乎工作正常,只是想知道浏览器中没有协议的图像是否有任何缺点?或者其他?
由于