mirror of
https://github.com/casjaysdevdocker/squidguard
synced 2025-09-18 21:57:47 -04:00
🦈🏠🐜❗ Initial Commit ❗🐜🦈🏠
This commit is contained in:
@@ -0,0 +1,35 @@
|
||||
#Exception Virus extension list
|
||||
|
||||
#This file originally from:
|
||||
#http://dgav.sourceforge.net
|
||||
|
||||
# The Virus scanning code will ignore files with these extensions.
|
||||
|
||||
# File extensions with executable code
|
||||
|
||||
|
||||
# Files which one normally things as non-executable but
|
||||
# can contain harmful macros and viruses
|
||||
|
||||
|
||||
# Other files which may contain files with executable code
|
||||
|
||||
|
||||
# Time/bandwidth wasting files
|
||||
|
||||
.mp3 # Music file
|
||||
.mpeg # Movie file
|
||||
.mpg # Movie file
|
||||
.avi # Movie file
|
||||
.ra # Real Audio
|
||||
.ram # "
|
||||
.rm # "
|
||||
|
||||
# Image files not to scan
|
||||
.gif
|
||||
.png
|
||||
.tiff
|
||||
.ico
|
||||
# http://www.kb.cert.org/vuls/id/297462
|
||||
#.jpg
|
||||
#.jpeg
|
@@ -0,0 +1,28 @@
|
||||
# MIME types the virus scanning code ignores.
|
||||
|
||||
#This file originally from:
|
||||
#http://dgav.sourceforge.net
|
||||
|
||||
audio/mpeg
|
||||
audio/x-mpeg
|
||||
audio/x-pn-realaudio
|
||||
audio/x-wav
|
||||
audio/x-realaudio
|
||||
audio/x-pn-realaudio
|
||||
audio/vnd.rn-realaudio
|
||||
application/ogg
|
||||
video/mpeg
|
||||
video/x-mpeg2
|
||||
video/acorn-replay
|
||||
video/quicktime
|
||||
video/x-msvideo
|
||||
video/msvideo
|
||||
video/vnd.rn-realvideo
|
||||
|
||||
image/png
|
||||
image/gif
|
||||
image/tiff
|
||||
# http://www.kb.cert.org/vuls/id/297462
|
||||
# image/jpeg
|
||||
|
||||
# text/html
|
@@ -0,0 +1,12 @@
|
||||
#Sites in virus exception list will not be virus scanned
|
||||
#Don't bother with the www. or
|
||||
#the http://
|
||||
#
|
||||
#These are specifically domains and are not URLs.
|
||||
#For example 'foo.bar/porn/' is no good, you need
|
||||
#to just have 'foo.bar'.
|
||||
#
|
||||
#You can also match IPs here too.
|
||||
#
|
||||
|
||||
example.com
|
@@ -0,0 +1,15 @@
|
||||
#URLs in exception virus list will not be virus scanned
|
||||
#Don't bother with the www. or
|
||||
#the http://
|
||||
#
|
||||
#These are parts of sites that filtering should
|
||||
#be switched off for.
|
||||
#
|
||||
#These should not be domains, i.e. entire sites,
|
||||
#they should be a domain with a path.
|
||||
#
|
||||
#For example 'foo.bar' is no good, you need
|
||||
#to just have 'foo.bar/porn'.
|
||||
#
|
||||
#Another example:
|
||||
#generallybadsite.tld/partthatsok
|
Reference in New Issue
Block a user