Adding warning about https://
authorjongfoster <jongfoster@users.sourceforge.net>
Thu, 17 Jan 2002 21:26:45 +0000 (21:26 +0000)
committerjongfoster <jongfoster@users.sourceforge.net>
Thu, 17 Jan 2002 21:26:45 +0000 (21:26 +0000)
Fixing quoting of special characters in URLs
iReplacing all references to the URL of the config interface
with @default-cgi@

templates/show-url-info

index 9e3250d..ba2692a 100644 (file)
 
     <tr>
       <td bgcolor=#eeeeee>
 
     <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>&nbsp;</p>
+<!-- if-https-end@ -->
+        <h2>Matches for <a href="@url@">@url@</a>:</h2>
         <p>@matches@</p>
       </td>
     </tr>
         <p>@matches@</p>
       </td>
     </tr>
         <h2>Look up the actions for a 
 <!-- @if-url-given-start -->new<!-- if-url-given-end@ -->
           URL:</h2>
         <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>
           <input type="text" name="url" size="80" value="@url@"> 
           <input type="submit" value="Go">
         </form>