0

在开发人员选项卡中调试时遇到错误:

The page at ‘https://...' was loaded over HTTPS, but displayed insecure content from ‘http://..../files/2013/12/Penguins-150x150.jpg': this content should also be loaded over HTTPS.

您认为在“媒体库 (media-new.php)”中添加新图片时,我们需要更改图片的 URL/永久链接并将其更改为“HTTPS”吗?

你知道从哪里开始吗?让我知道你对此的看法。

请帮忙。谢谢。

4

1 回答 1

1

You should leave out the protocol name from the url so it looks something like:

//domain.com/myimage.jpg

This will load the image over te protocol that is currently used for that page.

于 2014-01-31T07:24:02.857 回答