Loading http content on https website

前端 未结 3 1289
说谎
说谎 2020-12-03 19:19

I\'m thinking about my website architecture that\'s using https.. I now have a CDN server hosting images , css and more static files.

The website itself is using HTT

3条回答
  •  感动是毒
    2020-12-03 20:00

    You have to load every resource over https to get rid of that warning. You can either move the resources to your server that supports encryption, or link to an external resource over https.

提交回复
热议问题