Change site url and disqus script urls protocol to https
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
# location
|
# location
|
||||||
absolute: http://csbnw.no-ip.org:3838
|
absolute: https://csbnw.no-ip.org:3838
|
||||||
baseurl: .
|
baseurl: .
|
||||||
asset_prefix: /asset
|
asset_prefix: /asset
|
||||||
static_prefix: /static
|
static_prefix: /static
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
var dsq = document.createElement('script');
|
var dsq = document.createElement('script');
|
||||||
dsq.type = 'text/javascript';
|
dsq.type = 'text/javascript';
|
||||||
dsq.async = true;
|
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);
|
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
|
||||||
})();
|
})();
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
Reference in New Issue
Block a user