simplyvikram / google-chartwrapper

Automatically exported from code.google.com/p/google-chartwrapper
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Charts displayed from insecure source #37

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
APIURL defined in constants.py references http instead of https. Google has 
moved to offering https for their charts api which can help those running 
secure sites.

If you switch APIURL to APIURL = 'https://chart.googleapis.com/chart?' secure 
charts can be used.

Original issue reported on code.google.com by r.m.gor...@gmail.com on 5 May 2011 at 12:35

GoogleCodeExporter commented 9 years ago
That is a good option if that is something you would like to use in your app 
but I am keeping plain http as the default to cut down on response size but 
keep in mind you can change the APIURL at will for your apps

Original comment by justquick on 6 May 2011 at 1:32