How does the https site resolve an external HTTP link without warning from a browser?

I have mixed content on my https site, but as soon as I have http-conent, as an external link to the outside, the browser will warn you "this is not a reliable site"

Since http links cannot be removed, how can I get around this?

Thanks for any suggestion.

+3
source share
1 answer

You may have links to content http. The most common thing when this happens is that you have attributes srcwith http. If you, for example, get jquery code from the API, try switching to https.

+2
source

All Articles