You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 23, 2019. It is now read-only.
Crazy. I found the solution but it doesn't seem right. It seems like we have a bug.
Anyway, to fix it I removed *.ico;*.ttf;*.otf;*.woff;*.woff2;*.less from the File types to import field in the CDN options.
The files are still being imported to S3 and the URLs are actually correct and secure now.
¯\_(ツ)_/¯
Any insight would be appreciated and would probably help me sleep better at night knowing that I'm not relying on a bug to get my pages working.
Thanks!
szepeviktor
changed the title
Minified CSS external CDN file references not secure
Resources in minified CSS are served insecurely through CDN
Mar 3, 2018
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I've seen this issue mentioned other places with no answer so I'll try here :)
I am using W3 Total Cache to minify CSS and store it on S3. Everything works except the fonts referenced in the CSS because the URLs are not secure.
As you can see my main reference in the HTML is secure:
But the actual minified CSS file references are not secure:
Browsers will not load the insecure files which breaks the page because the fonts won't load.
Please advise.
Thank you :)
The text was updated successfully, but these errors were encountered: