Peter Marshall wrote:
> Is there a way to block this "application/octet-stream"
> I tried "acl STREAM req_mime_type ^application/octet-stream" but it did
> not seem to work ....
That's because the MIME type of the sent content is in the reply, not the
request. Change the acl to "rep_mime_type" and block it in
http_reply_access instead of http_access and it should work.
Adam
Received on Wed Jul 14 2004 - 08:41:05 MDT
This archive was generated by hypermail pre-2.1.9 : Sun Aug 01 2004 - 12:00:02 MDT