SSL ran insecure content from Googleapis

Feel free to talk about everything related to our Joomla Products
Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Thu Sep 13, 2012 8:51 pm
Hi,

I really seem to be stuck here. Our SSL shows that we are only partially encrypted because we are using a google font I guess! We didn't add a font, so its part of the template. We are using Boutique. So where is this code and how can I change it to https?

Thanks a million.
User avatar
Senior Boarder

GK User
Fri Sep 14, 2012 7:07 am
Hi,

I've reported this problem - we'll release a fix if possible in the next week.

Probably it is related to the links implementation in the module code.
User avatar
Administrator

GK User
Mon Sep 17, 2012 7:03 am
Great thanks.
User avatar
Senior Boarder

GK User
Mon Sep 24, 2012 6:58 am
Any update on the fix?
User avatar
Senior Boarder

GK User
Mon Sep 24, 2012 9:59 pm
As I see this fix was moved to the next gavern version, because it was reported after the time when the 2.12 version was in state feature freezing, but the solution is simple:

in layouts/blocks/head.php file you should change line:

Code: Select all
$this->addCSS('http://fonts.googleapis.com/css?family='.$font_name);

to:
Code: Select all
$this->addCSS('https://fonts.googleapis.com/css?family='.$font_name);
User avatar
Administrator

GK User
Mon Sep 24, 2012 10:09 pm
Thank you very much! :)
User avatar
Senior Boarder


cron