Re: [squid-users] Block file upload

2008-04-05 Thread Amos Jeffries
[EMAIL PROTECTED] wrote: Is it possible to stop people from uploading files using squid ie is there some way to do an outbound mime type acl ? I have added these two lines to my squid.conf : acl fileupload req_mime_type -i ^multipart/form-data$ http_access deny fileupload That is the correct

[squid-users] Block file upload

2008-04-04 Thread candra
Is it possible to stop people from uploading files using squid ie is there some way to do an outbound mime type acl ? I have added these two lines to my squid.conf : acl fileupload req_mime_type -i ^multipart/form-data$ http_access deny fileupload Here is my complete conf :