Skip to content
This repository was archived by the owner on Sep 11, 2021. It is now read-only.

Commit 72403d0

Browse files
committed
Merge pull request #8 from tfm/master
Use https for disqus embed include
2 parents add856b + 68ebb27 commit 72403d0

File tree

1 file changed

+1
-1
lines changed
  • _includes/JB/comments-providers

1 file changed

+1
-1
lines changed

_includes/JB/comments-providers/disqus

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
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>

0 commit comments

Comments
 (0)