gitweb: refer to picon/gravatar images over the same scheme
commit574855814f97bf0dc37133574fa3fa2a5a44555d
authorAndrej E Baranov <admin@andrej-andb.ru>
Mon, 28 Jan 2013 23:41:32 +0000 (29 00:41 +0100)
committerJunio C Hamano <gitster@pobox.com>
Tue, 29 Jan 2013 02:58:50 +0000 (28 18:58 -0800)
treedc2e6244a5db52da7e21d46d9ffa94103d8f8cc1
parent53cdd4e1b2017a7580d0c4b7f530f0678985c8dc
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 <admin@andrej-andb.ru>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
gitweb/gitweb.perl