我收到了这个错误:
' 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;
}