From 68ebb27cfda58882a909460bd67412343cb66bed Mon Sep 17 00:00:00 2001 From: Tom McAdam Date: Tue, 22 Apr 2014 08:39:56 +0100 Subject: [PATCH] Use https for disqus embed include --- _includes/JB/comments-providers/disqus | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/JB/comments-providers/disqus b/_includes/JB/comments-providers/disqus index 618a7b737b..bd51de7e84 100644 --- a/_includes/JB/comments-providers/disqus +++ b/_includes/JB/comments-providers/disqus @@ -6,7 +6,7 @@ /* * * DON'T EDIT BELOW THIS LINE * * */ (function() { 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); })();