From: jongfoster <jongfoster@users.sourceforge.net> Date: Thu, 17 Jan 2002 21:26:45 +0000 (+0000) Subject: Adding warning about https:// X-Git-Tag: v_2_9_11~31 X-Git-Url: http://www.privoxy.org/gitweb/%22https:/@default-cgi@/man-page/user-manual/static/gitweb.js?a=commitdiff_plain;h=ad39810ffc54f3075a80353653efec06c4a7a157;p=privoxy.git Adding warning about https:// Fixing quoting of special characters in URLs iReplacing all references to the URL of the config interface with @default-cgi@ --- diff --git a/templates/show-url-info b/templates/show-url-info index 9e3250d3..ba2692ad 100644 --- a/templates/show-url-info +++ b/templates/show-url-info @@ -126,7 +126,15 @@ <tr> <td bgcolor=#eeeeee> - <h2>Matches for <a href="http://@url@">http://@url-html@</a>:</h2> +<!-- @if-https-start --> + <h2>NOTE:</h2> + <p>This is a secure (https:) URL, so the part after the "/" is ignored. + This is a feature of the HTTPS protocol - the exact address of the + page you're visiting is hidden. JunkBuster can only detect the host + part of the URL.</p> + <p> </p> +<!-- if-https-end@ --> + <h2>Matches for <a href="@url@">@url@</a>:</h2> <p>@matches@</p> </td> </tr> @@ -144,7 +152,7 @@ <h2>Look up the actions for a <!-- @if-url-given-start -->new<!-- if-url-given-end@ --> URL:</h2> - <form method="GET" action="http://i.j.b/show-url-info"> + <form method="GET" action="@default-cgi@show-url-info"> <input type="text" name="url" size="80" value="@url@"> <input type="submit" value="Go"> </form>