summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2005-01-23 10:04:03 +0000
committerRoger Dingledine <arma@torproject.org>2005-01-23 10:04:03 +0000
commitd29a29654ead2696e30514425455cc6b021a1596 (patch)
tree24e2c775eb9e7faf073da33a1c901581c3d5b991 /contrib
parente6f4df536a11d0e8f52691603e3cebff0225b407 (diff)
downloadtor-d29a29654ead2696e30514425455cc6b021a1596.tar.gz
tor-d29a29654ead2696e30514425455cc6b021a1596.zip
if we're going to ship with our own privoxy, we might as well
lock it down a bit more. (does this break anything?) thanks to Brett Carrington for pointing this out. svn:r3418
Diffstat (limited to 'contrib')
-rw-r--r--contrib/osx/privoxy.config4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/osx/privoxy.config b/contrib/osx/privoxy.config
index 90a5fdb43f..b2a0df6770 100644
--- a/contrib/osx/privoxy.config
+++ b/contrib/osx/privoxy.config
@@ -285,7 +285,7 @@ logfile logfile
#
# The jarfile may grow to ridiculous sizes over time.
#
-jarfile jarfile
+#jarfile jarfile
#
# 1.7. trustfile
@@ -568,7 +568,7 @@ trust-info-url http://www.example.com/what_we_allow.html
# If you want to use CLF (Common Log Format), you should set
# "debug 512" ONLY and not enable anything else.
#
-debug 1 # show each GET/POST/CONNECT request
+#debug 1 # show each GET/POST/CONNECT request
debug 4096 # Startup banner and warnings
debug 8192 # Errors - *we highly recommended enabling this*