From a6bada6a1e1f207e676442aac9376c88d18802cf Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Sat, 7 Feb 2015 00:58:25 +0300 Subject: [PATCH] Update Disqus JS embed to use HTTPS We moved to HTTPS on the blog so we need to be loading JS resources over HTTPS as well or else we get mixed-content errors in browsers. Signed-off-by: Alan Orth --- alchemy/templates/include/disqus_comments.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/alchemy/templates/include/disqus_comments.html b/alchemy/templates/include/disqus_comments.html index 244fc30..c05186e 100644 --- a/alchemy/templates/include/disqus_comments.html +++ b/alchemy/templates/include/disqus_comments.html @@ -6,18 +6,18 @@ var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = 'http://' + disqus_shortname + '.disqus.com/embed.js'; + dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js'; (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); })(); - + blog comments powered by Disqus