Use HTTPS link in URLs to Tinyproxy websites
authorMukund Sivaraman <muks@banu.com>
Sat, 16 Jan 2010 04:52:22 +0000 (10:22 +0530)
committerMukund Sivaraman <muks@banu.com>
Sat, 16 Jan 2010 04:52:22 +0000 (10:22 +0530)
src/html-error.c

index adb9775b637f27b6fb5ca1e4e31a2425a2f623bc..7a2b2ab95cf8e70b341678e8d027ddd0ffd90ac2 100644 (file)
@@ -280,7 +280,7 @@ int add_standard_vars (struct conn_s *connptr)
         add_error_variable (connptr, "date", timebuf);
 
         add_error_variable (connptr, "website",
-                            "http://www.banu.com/tinyproxy/");
+                            "https://www.banu.com/tinyproxy/");
         add_error_variable (connptr, "version", VERSION);
         add_error_variable (connptr, "package", PACKAGE);