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
‘fursat.co.in’
My website has ssl certificate but the images are coming from http which is causing me mixed content issue
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
And then save it.