Active
Project:
Touch
Version:
7.x-1.7
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
23 Jan 2012 at 12:18 UTC
Updated:
29 Jan 2012 at 03:58 UTC
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
Comment #1
ravis commentedDo you want me to:
Add https links also
OR
just change http link to https??