Changed Disqus URL to https

This commit is contained in:
Ottnorml
2016-11-30 17:58:10 +01:00
committed by Simon Potye
parent 9b5665c668
commit a1a284aa57
21 changed files with 21 additions and 21 deletions

View File

@ -404,7 +404,7 @@
var dsq = document.createElement('script');
dsq.type = 'text/javascript';
dsq.async = true;
dsq.src = 'http://' + disqus_shortname + '.disqus.com/embed.js';
dsq.src = 'https://' + disqus_shortname + '.disqus.com/embed.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
})();
</script>