mystic
May 28, 2020, 12:19pm
#1
Hi,
I activated Cloudflare for my site. But even though it is 24 hours on my homepage, it is not active. Works fine on my sub-pages but not only on my homepage.
Not safe homepage: www.noktadekor.com
But safe sub-page: www.noktadekor.com/product/grand-prix-chair/
matteo
May 28, 2020, 12:50pm
#2
You have mixed content issues. All resources need to be either relative or embedded with https://
in front. More info: https://developers.google.com/web/fundamentals/security/prevent-mixed-content/what-is-mixed-content
You could also deploy a Content-Security-Policy
with specific rules. More info: https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP
1 Like
system
closed
June 28, 2020, 6:19pm
#3
This topic was automatically closed after 31 days. New replies are no longer allowed.