-
Notifications
You must be signed in to change notification settings - Fork 660
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HTTPS issue #80
Comments
+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: 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/... ? |
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.
The text was updated successfully, but these errors were encountered: