From: Daniel Gruno Date: Mon, 7 May 2012 12:53:15 +0000 (+0000) Subject: Retesting with support for both http/https discussions, as per igalic's suggestion X-Git-Tag: 2.5.0-alpha~6884 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=48972c4001fb90c7802e74f5ef71d00f21a26d64;p=thirdparty%2Fapache%2Fhttpd.git Retesting with support for both http/https discussions, as per igalic's suggestion git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1334988 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/rewrite/remapping.html.en b/docs/manual/rewrite/remapping.html.en index 96d3a44b999..e6d65e379d9 100644 --- a/docs/manual/rewrite/remapping.html.en +++ b/docs/manual/rewrite/remapping.html.en @@ -651,7 +651,7 @@ var disqus_identifier = window.location.href.replace(/(current|trunk)/, "2.4").r if (disqus_identifier.indexOf("httpd.apache.org") != -1) { (function() { var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; - dsq.src = 'http://' + disqus_shortname + '.disqus.com/embed.js'; + dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js'; (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); })(); } else {