What exactly are the rules for avoiding the “mixed content” warning in IE due to background images?

后端 未结 3 2207
有刺的猬
有刺的猬 2021-02-19 09:22

This is related to SSL and mixed content due to CSS background images but that question had no accepted answer and the one I\'m asking is a little more specific.

Under s

3条回答
  •  一整个雨季
    2021-02-19 10:00

    Using the fully-qualified URI will avoid the problem of IE8 and below incorrectly creating a bogus URI like about:/relative/file.png that triggers the mixed content warning. This problem was fixed in IE9.

提交回复
热议问题