Add client-header-order tests
[privoxy.git] / tests / cts / client-header-order / privoxy.conf
1 listen-address 127.0.0.1:9119
2
3 client-header-order Host User-Agent Accept Accept-Language Accept-Encoding \
4                     Proxy-Connection Referer Cookie DNT Connection \
5                     Pragma Upgrade-Insecure-Requests If-Modified-Since \
6                     Cache-Control Content-Length Origin Content-Type
7
8 debug     1 # Log the destination for each request Privoxy let through. See also debug 1024.
9 debug     2 # show each connection status
10 debug     4 # show tagging-related messages
11 debug     8 # show header parsing
12 debug    32 # debug force feature
13 debug    64 # debug regular expression filters
14 debug   128 # debug redirects
15 debug   256 # debug GIF de-animation
16 debug   512 # Common Log Format
17 debug  1024 # Log the destination for requests Privoxy didn't let through, and the reason why.
18 debug  4096 # Startup banner and warnings.
19 debug  8192 # Non-fatal errors
20