kc0bfv / autophugo

AutoPhugo [ˌɔtoʊˈfjuːgəʊ] is a gallery/photoblog theme for Hugo that's a little more automatic than Phugo.
Other
97 stars 56 forks source link

Insecure mixed content detected - Netlify #41

Closed Masqued closed 2 years ago

Masqued commented 2 years ago

Received notification from Netlify of mixed http and https content with the following:

 Insecure mixed content detected

Although you have enabled HTTPS on your site, we’ve detected some content that’s still being served over an HTTP connection. [Learn more about mixed content](https://developers.google.com/web/fundamentals/security/prevent-mixed-content/what-is-mixed-content).

In blog/page/1/index.html:

    Insecure link urls:
        http://www.scottthomasimages.com/blog/

The base URL in config.toml is set to https. I can not find any other place in the files for the site or the theme that makes reference to either http or https.

I see from the hugo docs site that some themes have had issues with this. Is it possible that there is something in this theme that is causing it?

Thanks!

Masqued commented 2 years ago

My apologies! I just checked it again and it seems to be correct. I can only assume that browser cache was the culprit.