Why am I suddenly getting a “Blocked loading mixed active content” issue in Firefox?

后端 未结 14 1514
我寻月下人不归
我寻月下人不归 2020-11-22 06:46

This morning, upon upgrading my Firefox browser to the latest version (from 22 to 23), some of the key aspects of my back office (website) stopped working.

Looking a

14条回答
  •  萌比男神i
    2020-11-22 07:05

    It means you're calling http from https. You can use src="//url.to/script.js" in your script tag and it will auto-detect.

    Alternately you can use use https in your src even if you will be publishing it to a http page. This will avoid the potential issue mentioned in the comments.

提交回复
热议问题