diff options
author | Robert James Kaes <rjkaes@users.sourceforge.net> | 2003-01-27 17:57:45 +0000 |
---|---|---|
committer | Robert James Kaes <rjkaes@users.sourceforge.net> | 2003-01-27 17:57:45 +0000 |
commit | cb7e3eef04f7069edaa248bcb35d6b86b8266df8 (patch) | |
tree | 917be68d8a67866cadbb715ee14a12c4cfad2d57 /doc/tinyproxy.conf | |
parent | 1624979f13c5ff94f5e693bb44f56a3221c0e7fe (diff) | |
download | tinyproxy-cb7e3eef04f7069edaa248bcb35d6b86b8266df8.tar.gz tinyproxy-cb7e3eef04f7069edaa248bcb35d6b86b8266df8.zip |
Added support for conditionally using case sensitive filtering files.
Code changes from James E. Flemer.
Diffstat (limited to '')
-rw-r--r-- | doc/tinyproxy.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/tinyproxy.conf b/doc/tinyproxy.conf index d215477..12b38e6 100644 --- a/doc/tinyproxy.conf +++ b/doc/tinyproxy.conf @@ -133,6 +133,11 @@ Allow 192.168.1.0/25 #FilterExtended On # +# Use case sensitive regular expressions. +# +#FilterCaseSensitive On + +# # Change the default policy of the filtering system. If this directive is # commented out, or is set to "No" then the default policy is to allow everything # which is not specifically denied by the filter file. |