
One popular example is to block flash video, used by sites such as Youtube.The MIME type for such content is "video/x-flv". Creating an ACL to block this is easy.First, create an ACL which matches the MIME type in question:acl deny_rep_mime_flashvideo rep_mime_type video/x-flvThen create a HTTP Reply ACL which denies any replies with that MIME type:http_reply_access deny deny_rep_mime_flashvideoThis has been verified to block Youtube flash video...