diff options
Diffstat (limited to 'cebong/templates/disqus_script.html')
-rw-r--r-- | cebong/templates/disqus_script.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cebong/templates/disqus_script.html b/cebong/templates/disqus_script.html index c4f442c..23ec532 100644 --- a/cebong/templates/disqus_script.html +++ b/cebong/templates/disqus_script.html @@ -4,7 +4,7 @@ (function () { var s = document.createElement('script'); s.async = true; s.type = 'text/javascript'; - s.src = 'http://' + disqus_shortname + '.disqus.com/count.js'; + s.src = 'https://' + disqus_shortname + '.disqus.com/count.js'; (document.getElementsByTagName('HEAD')[0] || document.getElementsByTagName('BODY')[0]).appendChild(s); }()); </script> |