Images are loading from http but website is in https

What is the name of the domain?

‘fursat.co.in’

What is the issue you’re encountering

My website has ssl certificate but the images are coming from http which is causing me mixed content issue

What is the current SSL/TLS setting?

Full

The easiest fix is to add a Transform Rule (Response Header) to add a Content Security Policy that will tell the browser to load everything with HTTPS:

If: Field (Hostname) EQUALS fursat.co.in

Header Name: Content-Security-Policy
Value: upgrade-insecure-requests;

https://developers.cloudflare.com/rules/transform/response-header-modification/create-dashboard/

Thanks for your quick response, let me read the blog

1 Like

I don’t know what to do after this

And then save it.