<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
 <head>
  <title>Request blocked (Privoxy@@my-hostname@)</title>
  <meta http-equiv="Content-Style-Type" content="text/css">
  <meta http-equiv="Content-Script-Type" content="text/javascript">
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  <meta name="robots" content="noindex,nofollow">
  <link rel="shortcut icon" href="@default-cgi@error-favicon.ico" type="image/x-icon">
  <style type="text/css">
#include cgi-style.css
  </style>
  <script type="text/javascript" language="javascript">
  <!--
    /*
     * Is this window or frame too small
     * for the full-blown "blocked" page?
     */
    function isSmallFrame()
    {
       minWidth  = 650;
       minHeight = 330;
       /*
        * Navigator, Mozilla, Opera
        */
       if (window.innerWidth
           && (window.innerWidth >= minWidth)
           && (window.innerHeight >= minHeight))
       {
          return false;
       }
       /*
        * MSIE
        */
       else if (document.body && document.body.clientWidth
                && (document.body.clientWidth >= minWidth)
                && (document.body.clientHeight >= minHeight))
       {
          return false;
       }
       /*
        * Small window or unsupported browser
        */
       return true;
   }
  //-->
  </script>
 </head>
 <body>
  <script type="text/javascript" language="javascript">
  <!--
#   Note: The same small version is used at the bottom
#         of this file in the <noscript> context. If you
#         make changes here, keep the other version in sync!
  if (isSmallFrame())
  {
     document.write('\
   <p class="small" align="center"> \
    Request blocked by <a href="@default-cgi@" target="_blank">Privoxy</a>: @block-reason@ \
    <br>See <a href="@default-cgi@show-url-info?url=@hostport@@path-ue@" \
     >why this block applies</a> \
    <!-- @if-force-support-start --> \
    or <a href="http://@hostport@@force-prefix@@path@">go \
    <!-- if-force-support-end@ --> \
    to <b>@protocol@@hostport@@path@</b> \
    <!-- @if-force-support-start --> \
    anyway</a>. \
    <!-- if-force-support-end@ --> \
   </p> \
   ');
  }
  else
  {
     document.write('\
  <table cellpadding="20" cellspacing="10" border="0" width="100%">\
    <tr> \
      <td class="status"> \
        BLOCKED \
      </td> \
      <td class="title" width=100%> \
         <h2>Request for blocked URL</h2> \
         <p>Your request for <b>@protocol@@hostport@@path@</b> was blocked. \
          <br>Block reason: @block-reason@ \
         </p> \
      </td> \
    </tr> \
  </table> \
     ');
  }
  //-->
  </script>
 </body>
</html>
