Add test scenario client-tags
[privoxy.git] / tests / cts / client-tags / privoxy.conf
diff --git a/tests/cts/client-tags/privoxy.conf b/tests/cts/client-tags/privoxy.conf
new file mode 100644 (file)
index 0000000..443b78a
--- /dev/null
@@ -0,0 +1,36 @@
+listen-address 127.0.0.1:9119
+
+debug     1 # Log the destination for each request Privoxy let through. See also debug 1024.
+debug     2 # show each connection status
+debug     4 # show tagging-related messages
+debug     8 # show header parsing
+debug    32 # debug force feature
+debug    64 # debug regular expression filters
+debug   128 # debug redirects
+debug   256 # debug GIF de-animation
+debug   512 # Common Log Format
+debug  1024 # Log the destination for requests Privoxy didn't let through, and the reason why.
+debug  4096 # Startup banner and warnings.
+debug  8192 # Non-fatal errors
+debug 65536 # log applying actions
+#debug    16 # log all data written to the network into the logfile
+#debug 32768 # log all data read from the network
+
+actionsfile client-tags.action
+filterfile ../../../default.filter
+
+socket-timeout 3
+
+templdir ../../../templates/
+
+client-specific-tag overrule-blocks Overrule block sections.
+client-specific-tag overrule-filters Overrule filter sections.
+
+# Try to let tags timeout between tests. This is racy but works for me.
+client-tag-lifetime 1
+
+trusted-cgi-referer http://www.electrobsd.org/
+cors-allowed-origin http://www.electrobsd.org/
+
+keep-alive-timeout 10
+default-server-timeout 10