Status
Not open for further replies.

2freehosting

Active Member
26
2014
5
0
Hello,
If you have a site using a SSL Certificate (https://), and when accessing it shows message 'Content not safe' and https:// text is strikethrough, it might be a googlefonts issue.


What shall I do?
Localize the googlefonts line in your source code:
<link href='http://fonts.googleapis.com/css?family=Michroma' rel='stylesheet' type='text/css'>


Then, simply remove 'http:// from the line, so it looks as shown:
<link href='//fonts.googleapis.com/css?family=Michroma' rel='stylesheet' type='text/css'>


And you are ready, your site will now work again!
 
1 comment
This should be used for any remote content on a https site, including embedding youtube videos.


But you should try and host the content yourself and serve from https so the browser doesn't show some content is mixed if checking the cert.
 
Status
Not open for further replies.
Back
Top