Closed (fixed)
Project:
Bamboo
Version:
7.x-1.0-alpha12
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Anonymous (not verified)
Created:
19 Feb 2013 at 14:42 UTC
Updated:
28 Feb 2024 at 19:16 UTC
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
Comment #1
danny englanderHi, 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
Comment #2
danny englanderThis is now fixed with bamboo 7.x-1.0-alpha14. Please be sure to clear your cache after the update.