Skip to content

Commit 092f461

Browse files
Use https Disqus
1 parent 2792be5 commit 092f461

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

_includes/disqus.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
/* * * DON'T EDIT BELOW THIS LINE * * */
77
(function() {
88
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
9-
dsq.src = 'http://' + disqus_shortname + '.disqus.com/embed.js';
9+
dsq.src = 'https://' + disqus_shortname + '.disqus.com/embed.js';
1010
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
1111
})();
1212
</script>
13-
<noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
14-
<a href="http://disqus.com" class="dsq-brlink">comments powered by <span class="logo-disqus">Disqus</span></a>
13+
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
14+
<a href="https://disqus.com" class="dsq-brlink">comments powered by <span class="logo-disqus">Disqus</span></a>

0 commit comments

Comments
 (0)