From 48972c4001fb90c7802e74f5ef71d00f21a26d64 Mon Sep 17 00:00:00 2001 From: Daniel Gruno Date: Mon, 7 May 2012 12:53:15 +0000 Subject: [PATCH] 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 --- docs/manual/rewrite/remapping.html.en | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manual/rewrite/remapping.html.en b/docs/manual/rewrite/remapping.html.en index 96d3a44b99..e6d65e379d 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 { -- 2.40.0