Skip to content

Googlecode external html5 library unde https or http

edited March 2013 in Suggestions

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.

Sign In or Register to comment.