Add test scenario client-body-tagger
[privoxy.git] / tests / cts / client-body-tagger / privoxy.conf
1 listen-address 127.0.0.1:9119
2
3 debug     1 # Log the destination for each request Privoxy let through. See also debug 1024.
4 debug     2 # show each connection status
5 debug     4 # show tagging-related messages
6 debug     8 # show header parsing
7 debug    32 # debug force feature
8 debug    64 # debug regular expression filters
9 debug   128 # debug redirects
10 debug   256 # debug GIF de-animation
11 debug   512 # Common Log Format
12 debug  1024 # Log the destination for requests Privoxy didn't let through, and the reason why.
13 debug  4096 # Startup banner and warnings.
14 debug  8192 # Non-fatal errors
15
16 actionsfile client-body-tagger.action
17 filterfile client-body-tagger.filter
18 filterfile ../client-body-filter/client-body-filter.filter
19
20 socket-timeout 3
21
22 templdir ../../../templates/
23
24 # Reduce buffer limit so tests can reach it sooner.
25 buffer-limit 100