Closed (fixed)
Project:
Sasson
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 Mar 2012 at 11:36 UTC
Updated:
9 May 2012 at 14:00 UTC
In ssl secured sites the request to use http://googleapi breaks the ssl notification.
You can always load the https instead.
Comments
Comment #1
tsi commentedIf you're not using the font-face feature there shouldn't be a call to google APIs
Comment #2
erutan commentedI think he's referring to line 121 in template.php that calls http instead of https
Comment #3
tsi commentedShould I simply replace it with https ? is there a price, e.g. performance hit ?
Comment #4
erutan commentedhttp://torbit.com/blog/2011/01/11/google-libraries-api-and-ssl-performance/
Anecdotal, but that's a significant hit. Perhaps down the road some kind of toggle button / comment settings to switch between http and https?
Comment #5
erutan commentedAn @font-face drupal module went https:
http://drupal.org/node/920110
It looks like google is promoting using https by default:
https://developers.google.com/webfonts/docs/webfont_loader
Comment #6
tsi commentedWhere do you get that impression ? seems to me they check for https vs http :
wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +...but thanks for the refference to that page.
Comment #7
tsi commentedDone
http://drupal.org/commitlog/commit/31168/9b60dd60c6c424f1c5fd157db02c48c...