HTTPS issue
I am getting the following error. My site runs over secure server. Is there a way out?
[blocked] The page at 'https://mysite.com/ was loaded over HTTPS, but ran insecure content from 'http://www.google.com/evercookie/cache/mysite.com/mycookie: this content should also be loaded over HTTPS.
+1 same error, browser Google Chrome
Same problem for me
If you have a HTTPS site, all the resources should be loaded from https:// too. Host them locally if those resources don't support https from the external url.
I think this line is causing it: https://github.com/samyk/evercookie/blob/master/js/evercookie.js#L890
if so, disabling history storage might solve it.
Untested fix at: https://github.com/SleepProgger/evercookie/commit/46a55d124d47db63b1971b9cb03f162e9162409b
I added a option for the use of https. But as i think about it, is there any reason not to just always use https://www.google.com/evercookie/cache/... ?