我在我的检验员控制台上看到了这个错误,现在我已经在运行Google Analytics了:
[blocked] The page at '...' was loaded over HTTPS, but ran insecure content from 'http://crypto-js.googlecode.com/svn/tags/3.1.2/build/rollups/md5.js': this content should also be loaded over HTTPS.我到处寻找答案,似乎没有人有这个问题。我遵循了所有正确的说明,并且似乎在其他https站点上没有遇到与我用同样的代码监视的问题相同的问题。我该怎么摆脱这个?
发布于 2014-06-04 03:14:15
只需尝试使用https:
https://crypto-js.googlecode.com/svn/tags/3.1.2/build/rollups/md5.js
而不是
http://crypto-js.googlecode.com/svn/tags/3.1.2/build/rollups/md5.js
https://stackoverflow.com/questions/24025761
复制相似问题