# $Id: URL-filter-default,v 1.2 1995/08/23 01:09:46 duane Exp $
#
# Default URL-path filter file
#
# Prevents images, movies and sound files from being transferred and then
# thrown out
#
Deny	\.gif$
Deny	\.GIF$
Deny	\.jpg$
Deny	\.GIF$
Deny	\.jpeg$
Deny	\.JPEG$
Deny	\.jpg$
Deny	\.JPG$
Deny	\.tif$
Deny	\.TIF$
Deny	\.tiff$
Deny	\.TIFF$
Deny	\.mpg$
Deny	\.MPG$
Deny	\.mpeg$
Deny	\.MPEG$
Deny	\.mov$
Deny	\.MOV$
Deny	\.au$
Deny	\.AU$
Deny	\.snd$
Deny	\.SND$
Allow	.
