From: Andrej E Baranov Date: Mon, 28 Jan 2013 23:41:32 +0000 (+0100) Subject: gitweb: refer to picon/gravatar images over the same scheme X-Git-Url: https://git.ladys.computer/Gitweb/commitdiff_plain/c0fb14d29148dd66a9030708f8d74010dfbd4308aace6b65f9916eae7153d5ff?hp=c0fb14d29148dd66a9030708f8d74010dfbd4308aace6b65f9916eae7153d5ff gitweb: refer to picon/gravatar images over the same scheme With the current code, the images from picon and gravatar are requested over http://, and browsers give mixed contents warning when gitweb is served over https://. Just drop the scheme: part from the URL, so that these external sites are accessed over https:// in such a case. Signed-off-by: Andrej E Baranov Signed-off-by: Junio C Hamano ---