lithium is not https ready
-
When https is used to reach a web site with lithium, then not all ressources are loaded, e.g. Coda font. To get this font I had to replace in lithium/header.php:
<link href='http://fonts.googleapis.com/css?family=Coda' rel='stylesheet' type='text/css'>by
<link href='//fonts.googleapis.com/css?family=Coda' rel='stylesheet' type='text/css'>Now Coda font is loaded either with http or https protocoles.
The topic ‘lithium is not https ready’ is closed to new replies.
