The call to

http://fonts.googleapis.com/css?family=PT+Sans+Narrow&v2

in tb_blog/css/html-elements.css causes https pages to become partially encrypted.

The easy fix is to change the @import to

https://fonts.googleapis.com/css?family=PT+Sans+Narrow&v2

Detection for http vs https could be done similar to that of the @font-face module. See thread at http://drupal.org/node/920110 for more information.

CommentFileSizeAuthor
#1 1727622-ssl-compatibility.patch360 bytesAnonymous (not verified)

Comments

Anonymous’s picture

Assigned: Unassigned »
Issue summary: View changes
Status: Active » Needs review
StatusFileSize
new360 bytes

Changes explicit http:// into // to allow the browser to choose the correct protocol.