Remove silver sponsor scrubtheweb.com
[privoxy.git] / tests / cts / client-header-order-https / privoxy.conf
1 listen-address 127.0.0.1:9119
2
3 ca-directory          ../ca-directory
4 ca-cert-file          privoxy-test-cacert.crt
5 ca-key-file           privoxy-test-cakey.pem
6 ca-password           blafasel
7 # We don't check certificate anyway
8 trusted-cas-file      privoxy-test-cacert.crt
9
10 certificate-directory ../certs
11
12 client-header-order Host User-Agent Accept Accept-Language Accept-Encoding \
13                     Proxy-Connection Referer Cookie DNT Connection \
14                     Pragma Upgrade-Insecure-Requests If-Modified-Since \
15                     Cache-Control Content-Length Origin Content-Type
16
17 actionsfile ./https-inspection.action
18
19 debug     1 # Log the destination for each request Privoxy let through. See also debug 1024.
20 debug     2 # show each connection status
21 debug     4 # show tagging-related messages
22 debug     8 # show header parsing
23 debug    32 # debug force feature
24 debug    64 # debug regular expression filters
25 debug   128 # debug redirects
26 debug   256 # debug GIF de-animation
27 debug   512 # Common Log Format
28 debug  1024 # Log the destination for requests Privoxy didn't let through, and the reason why.
29 debug  4096 # Startup banner and warnings.
30 debug  8192 # Non-fatal errors
31