mirror of
https://github.com/casjaysdevdocker/squidguard
synced 2025-09-18 09:57:46 -04:00
🦈🏠🐜❗ Initial Commit ❗🐜🦈🏠
This commit is contained in:
17
config/e2guardian/downloadmanagers/default.conf
Normal file
17
config/e2guardian/downloadmanagers/default.conf
Normal file
@@ -0,0 +1,17 @@
|
||||
# The default download manager.
|
||||
# This is the safest option for unknown user-agents and content types, and
|
||||
# hence a good one to include last.
|
||||
|
||||
# Which plugin should be loaded?
|
||||
plugname = 'default'
|
||||
|
||||
# Regular expression for matching user agents
|
||||
# When not defined, matches all agents.
|
||||
#useragentregexp = '.*'
|
||||
|
||||
# Lists of mime types and extensions to manage
|
||||
# When not defined, matches everything.
|
||||
# These can be enabled separately; when both enabled,
|
||||
# a request may match either list.
|
||||
#managedmimetypelist = ''
|
||||
#managedextensionlist = ''
|
Reference in New Issue
Block a user