How to fix “insecure content was loaded over HTTPS, but requested an insecure resource”

前端 未结 3 660
猫巷女王i
猫巷女王i 2020-12-05 05:46

This URL: https://steakovercooked.com/wedding/schedule-wedding-ceremony/

I can\'t find the insecure content and the Chrome keeps complaining,

Any ideas?

3条回答
  •  攒了一身酷
    2020-12-05 06:27

    "Mixed Content" warnings occur when an HTTPS page is asked to load a resource over HTTP.

    This is dangerous because the insecure resources are vulnerable to alteration by an active attacker or eavesdropping by a passive attacker, which violates the user's expectation of security for an HTTPS page.

    https://developers.google.com/web/fundamentals/security/prevent-mixed-content/fixing-mixed-content?hl=en

提交回复
热议问题