-
Notifications
You must be signed in to change notification settings - Fork 29
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
Script doesn't load under HTTPS (mixed-mode content) #79
Comments
this is a bit more complex, because the SSL versions of GA is at |
I think we can remove the entire GA code as was discussed in some other thread. |
@schmittjoh can you please remove this tracking feature. |
We can remove this code, someone just needs to send a PR. I don't have the time unfortunately. |
@schmittjoh working on that |
done PR #81 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When loading Google Analytics, your script is failing due to the fact that you are importing GA always under http. If you load the profiler under HTTPS, the whole profiler will fail due to the inclusion of GA with http.
Simply load GA using a scheme-less URL
The text was updated successfully, but these errors were encountered: