When viewing pages using SSL (i.e. https://...) the browser will warn users that there are insecure items on the page. The inclusion of Google Fonts in the design.css file using http is the source of the problem. I edited my copy, simply removing the "http:" part, leaving the include lines like "@import url(//fonts.googleapis.com/...)" and it appears to fix it for me.

I also found some info at http://drupal.org/node/1851522 - particularly comment #3 is interesting as the solution I used might not be the best.

Comments

Danny Englander’s picture

Status: Active » Needs work

Hi, thanks for reporting this. I will push up a fix within the next few days. I think i am actually going to move the code to template.php based on your link above:

http://drupal.org/node/1851522#comment-7058664

-- Danny

Danny Englander’s picture

Status: Needs work » Fixed

This is now fixed with bamboo 7.x-1.0-alpha14. Please be sure to clear your cache after the update.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.