Re: [squid-users] acl urlpath_regex

From: Mike Pascual <mpascual@dont-contact.us>
Date: 10 Oct 2002 05:57:32 +0800

try this
acl POST method POST
acl download_files urlpath_regex [eE][xX][eE]
http_access deny download_files !POST

HTH

On Wed, 2002-10-09 at 16:53, Lukas Drbohlav wrote:
> Hi,
>
> i use squid 2.5.pre5 on openbsd 2.9 with:
>
> acl download_files urlpath_regex \.exe$
> http_access deny download_files
>
> Everything are ok but
> problem is when i open url with blocked extension
> in the new window of ie and i write ? to the end
> of url.
> By this means I can download any blocked extension.
> Can you help me with it please ?
>
>
> thanks
>
> Lukas Drbohlav
>
Received on Wed Oct 09 2002 - 15:57:40 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:10:38 MST