From d82b4ebe722d20e00a015b8b2dc31b5d51a6caac Mon Sep 17 00:00:00 2001 From: Adam Matan Date: Fri, 19 Feb 2016 23:36:04 +0200 Subject: Use Protocol-relative URL, as defined in https://atb.disqus.com/admin/universalcode/ - '//' instead of 'http://' or 'https://' --- notmyidea-cms/templates/article.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'notmyidea-cms/templates') diff --git a/notmyidea-cms/templates/article.html b/notmyidea-cms/templates/article.html index 1d869c0..790ee51 100644 --- a/notmyidea-cms/templates/article.html +++ b/notmyidea-cms/templates/article.html @@ -18,7 +18,7 @@ var disqus_identifier = "{{ article.url }}"; (function() { var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = 'http://{{ DISQUS_SITENAME }}.disqus.com/embed.js'; + dsq.src = '//{{ DISQUS_SITENAME }}.disqus.com/embed.js'; (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); })(); -- cgit