【发布时间】:2016-02-25 02:16:56
【问题描述】:
我收到了这个错误:
“https://www.google.com/”处的页面是通过 HTTPS 加载的,但是 请求了不安全的图像“http://i.imgur.com/#####.png”。这 内容也应该通过 HTTPS 提供。
我该如何解决这个问题?
我的时尚代码:
#hplogo {
/* these numbers match the new image's dimensions */
padding-left: 125px !important;
padding-top: 25px !important;
background: url(http://i.imgur.com/cr5pCeF.png) no-repeat !important;
}
【问题讨论】:
-
只需将
http更改为https。这应该有效。
标签: css google-chrome firefox stylish