Could you please include the google webfonts and the html5.js for older IE via HTTPS by default?

In style.css:
@import url(https://fonts.googleapis.com/css?family=Ubuntu+Condensed);

In templates/html.tpl.php:
<script src="https://html5shiv.googlecode.com/svn/trunk/html5.js"></script>

This way browsers are happy when the site is served via HTTPS, otherwise one gets a warning that parts of the content is served via an unsafe connection. Using https for the includes by default shouldn't hurt.

Comments

ravis’s picture

Assigned: Unassigned » ravis

Do you want me to:
Add https links also

OR

just change http link to https??