Mixed Content Page: requested an insecure stylesheet error

前端 未结 6 1222
死守一世寂寞
死守一世寂寞 2020-12-29 03:59

I have a website working on it. when i open any page with http:// protocol, every thing is loaded correctly, but when i try to load the page with https protocol, the page lo

6条回答
  •  长发绾君心
    2020-12-29 04:26

    Most probably inside your html code you have something like

    
    

    you should change this to

    
    

    also the page you are referring to is .html not css, but i guess that is a typo ...

提交回复
热议问题