On Tue, 3 May 2005, Jens Strohschnitter wrote:
I wanted to block audio and videostreams, using the ACL rep_mime_type. So I tried to set the following lines:
acl streams rep_mime_type ^video/x-ms-asf ^video/x-ms-sf ^audio/mpeg ^audio/x-mpeg ^audio/x-pn-realaudio ^application/x-mms-framed ^application/vnd.ms.wms-hdr.asfv1 . . . http_reply_access deny streams
But with our Squid-2.3.STABLE4 it does not work. Is it possible to use another acl to stop those streams using the good old 2.3 of squid ?
Upgrade. Squid-2.3 is obsolete and known to have several security issues.
The feature you ask for was introduced in Squid-2.3. Not available in Squid-2.3. The closest you can get in 2.3 is pattern matching for common file patterns using urlpath_regex.
Regards Henrik