that's it! I downloaded jsapi and included in my project in fear that 
loading from  www.google.com/jsapi may take too long. 

On Wednesday, May 1, 2013 1:30:44 PM UTC+8, asgallant wrote:
>
> Use a protocol-agnostic URL in the script tag:
>
> <script type="text/javascript" src="//www.google.com/jsapi" />
>
> That should make it load from https when the user is accessing from a 
> secure site, which should clear up the security issue.
>
> On Wednesday, May 1, 2013 1:16:41 AM UTC-4, Manu Zhang wrote:
>>
>> I have a web application on GAE which loads corechart package.
>> But when I access the page from Chrome, my chart is not shown and I find 
>> the following through "inspect element"
>> [blocked] The page at http://appid.appspot.com ran insecure content from 
>> http://www.google.com/uds/?file=visualization&v=1&packages=corechart.
>>
>> I don't have this issue in Firefox. It seems that Chrome blocks what it 
>> considers insecure content. How to make Chrome believe it is a secure 
>> source?
>> Any work around?
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Visualization API" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at 
http://groups.google.com/group/google-visualization-api?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to