Page 1 of 1

"Only secure content is displayed"

Posted: Sat Aug 04, 2012 10:16 pm
by russellhltn
I get that message every time the calendar page draws in IE9. I believe it's caused by a mix of http and https content. It doesn't seem right I should have to lower my default security settings to keep from being bother by this message every page with the main calendar.

Posted: Sat Aug 04, 2012 11:00 pm
by aebrown
RussellHltn wrote:I get that message every time the calendar page draws in IE9. I believe it's caused by a mix of http and https content..

It appears that there is a style sheet that is loaded using HTTP, rather than HTTPS.

<link href="http://fonts.googleapis.com/css?family=Acme" rel="stylesheet" type="text/css"/>

That needs to be changed to https, and then the warning message should no longer be displayed.

Most of the other apps don't use Google APIs, but the one that I could find is maps.lds.org, and it uses https to load some scripts.

Posted: Wed Aug 08, 2012 11:33 am
by lisaan
Thanks for catching this one. I've logged it as a bug to be fixed. Thanks again.