Googlecode external html5 library unde https or http
Hi there,
We realiazed that if you have your server under https, the ie gives a warning about the unsecure content for htm5 external library. This can fix like google analitics style with a simple js script:
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
Cheers.