[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

manpages.d.o: HTTPS vs HTTP



manpages.d.o is now available over HTTPS (thanks!), but the pages embed images from http://www.debian.org/. This provokes warnings about mixed content in Firefox.

The attached patch should fix this.

--
Jakub Wilk
Index: man.cgi
===================================================================
--- man.cgi	(revision 11118)
+++ man.cgi	(working copy)
@@ -50,7 +50,7 @@
 
 $www{'title'} = 'Debian Hypertext Man Pages';
 $www{'home'} = 'http://manpages.debian.org';
-$www{'head'} = qq[<IMG  height=61 width=60 SRC="http://www.debian.org/logos/openlogo-nd-50.png"; Alt="[Debian Logo]"><img src="http://www.debian.org/Pics/debian.png"; width="179" height="61" alt="Debian project">] .
+$www{'head'} = qq[<IMG  height=61 width=60 SRC="https://www.debian.org/logos/openlogo-nd-50.png"; Alt="[Debian Logo]"><img src="https://www.debian.org/Pics/debian.png"; width="179" height="61" alt="Debian project">] .
                 "";
 
 # Main directories with the manpages and the files

Reply to: