]> Lady’s Gitweb - Gitweb/commit
gitweb: refer to picon/gravatar images over the same scheme
authorAndrej E Baranov <redacted>
Mon, 28 Jan 2013 23:41:32 +0000 (00:41 +0100)
committerLady <redacted>
Mon, 6 Apr 2026 04:51:32 +0000 (00:51 -0400)
commitc0fb14d29148dd66a9030708f8d74010dfbd4308aace6b65f9916eae7153d5ff
treed3c31e6c64cf42cf328e37bc79da72e40302a1f744f9cccf81499a1412ada34c
parent5ce6fab6c3d20a7655b5f79665609900cf9ffa2d817900e724a302acc7c8cc8c
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 <redacted>
Signed-off-by: Junio C Hamano <redacted>
gitweb.perl
This page took 0.195619 seconds and 4 git commands to generate.