Change site url and disqus script urls protocol to https
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# location
|
||||
absolute: http://csbnw.no-ip.org:3838
|
||||
absolute: https://csbnw.no-ip.org:3838
|
||||
baseurl: .
|
||||
asset_prefix: /asset
|
||||
static_prefix: /static
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
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);
|
||||
})();
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user