[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] if we"re going to ship with our own privoxy, we might as well
- To: or-cvs@xxxxxxxxxxxxx
- Subject: [or-cvs] if we"re going to ship with our own privoxy, we might as well
- From: arma@xxxxxxxx (Roger Dingledine)
- Date: Sun, 23 Jan 2005 05:04:06 -0500 (EST)
- Delivered-to: archiver@seul.org
- Delivered-to: or-cvs-outgoing@seul.org
- Delivered-to: or-cvs@seul.org
- Delivery-date: Sun, 23 Jan 2005 05:04:26 -0500
- Reply-to: or-dev@xxxxxxxxxxxxx
- Sender: owner-or-cvs@xxxxxxxxxxxxx
Update of /home2/or/cvsroot/tor/contrib/osx
In directory moria.mit.edu:/home2/arma/work/onion/cvs/tor/contrib/osx
Modified Files:
privoxy.config
Log Message:
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.
Index: privoxy.config
===================================================================
RCS file: /home2/or/cvsroot/tor/contrib/osx/privoxy.config,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- privoxy.config 5 Jan 2005 02:46:25 -0000 1.2
+++ privoxy.config 23 Jan 2005 10:04:03 -0000 1.3
@@ -285,7 +285,7 @@
#
# The jarfile may grow to ridiculous sizes over time.
#
-jarfile jarfile
+#jarfile jarfile
#
# 1.7. trustfile
@@ -568,7 +568,7 @@
# 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*