How To Tell What Files IE Thinks Are “nonsecure”?

前端 未结 5 1125
南笙
南笙 2020-12-10 16:04

We have a CMS system whose web interface gets served over HTTPS. This works beautifully for Firefox, but when we load it in IE6 or IE7, it complains that \"This page contain

5条回答
  •  再見小時候
    2020-12-10 16:32

    I used Eric's tool (thanks Eric you saved me hours...) and it turns out that IE6 treats a background image specified with a relative path as nonsecure content. Even though it actually requests it over https. So if you're stumped - converting your relative paths to absolute ones might really help...

提交回复
热议问题