# Sample Configuration File for Privoxy v3.0.20
#
-# $Id: config,v 1.100 2013/01/09 15:07:39 fabiankeil Exp $
+# $Id: config,v 1.101 2013/01/09 15:19:47 fabiankeil Exp $
#
# Copyright (C) 2001-2013 Privoxy Developers http://www.privoxy.org/
#
# last character.
#
#
-#
# 1. LOCAL SET-UP DOCUMENTATION
# ==============================
#
# you, what you block and why you do that, your policies, etc.
#
#
-#
# 1.1. user-manual
# =================
#
#
#user-manual http://www.privoxy.org/user-manual/
#
-#
# 1.2. trust-info-url
# ====================
#
#trust-info-url http://www.example.com/why_we_block.html
#trust-info-url http://www.example.com/what_we_allow.html
#
-#
# 1.3. admin-address
# ===================
#
#
#admin-address privoxy-admin@example.com
#
-#
# 1.4. proxy-info-url
# ====================
#
#
#proxy-info-url http://www.example.com/proxy-service.html
#
-#
# 2. CONFIGURATION AND LOG FILE LOCATIONS
# ========================================
#
# be modified, such as log files and actions files.
#
#
-#
# 2.1. confdir
# =============
#
#
confdir .
#
-#
# 2.2. templdir
# ==============
#
#
#templdir .
#
-#
# 2.3. logdir
# ============
#
#
logdir .
#
-#
# 2.4. actionsfile
# =================
#
actionsfile default.action # Main actions file
actionsfile user.action # User customizations
#
-#
# 2.5. filterfile
# ================
#
filterfile default.filter
filterfile user.filter # User customizations
#
-#
# 2.6. logfile
# =============
#
#
logfile logfile
#
-#
# 2.7. trustfile
# ===============
#
#
#trustfile trust
#
-#
# 3. DEBUGGING
# =============
#
# line option when debugging.
#
#
-#
# 3.1. debug
# ===========
#
#debug 4096 # Startup banner and warnings
#debug 8192 # Non-fatal errors
#
-#
# 3.2. single-threaded
# =====================
#
#
#single-threaded
#
-#
# 3.3. hostname
# ==============
#
#
#hostname hostname.example.org
#
-#
# 4. ACCESS CONTROL AND SECURITY
# ===============================
#
# aspects of Privoxy's configuration.
#
#
-#
# 4.1. listen-address
# ====================
#
#
listen-address 127.0.0.1:8118
#
-#
# 4.2. toggle
# ============
#
#
toggle 1
#
-#
# 4.3. enable-remote-toggle
# ==========================
#
#
enable-remote-toggle 0
#
-#
# 4.4. enable-remote-http-toggle
# ===============================
#
#
enable-remote-http-toggle 0
#
-#
# 4.5. enable-edit-actions
# =========================
#
#
enable-edit-actions 0
#
-#
# 4.6. enforce-blocks
# ====================
#
#
enforce-blocks 0
#
-#
# 4.7. ACLs: permit-access and deny-access
# =========================================
#
# permit-access [::ffff:192.0.2.0]/120
#
#
-#
# 4.8. buffer-limit
# ==================
#
#
buffer-limit 4096
#
-#
# 5. FORWARDING
# ==============
#
# 4 and SOCKS 4A protocols.
#
#
-#
# 5.1. forward
# =============
#
# forward <[2-3][0-9a-f][0-9a-f][0-9a-f]:*> .
#
#
-#
# 5.2. forward-socks4, forward-socks4a, forward-socks5 and forward-socks5t
# =========================================================================
#
# forward localhost/ .
#
#
-#
# 5.3. forwarded-connect-retries
# ===============================
#
#
forwarded-connect-retries 0
#
-#
# 6. MISCELLANEOUS
# =================
#
-#
# 6.1. accept-intercepted-requests
# =================================
#
#
accept-intercepted-requests 0
#
-#
# 6.2. allow-cgi-request-crunching
# =================================
#
#
allow-cgi-request-crunching 0
#
-#
# 6.3. split-large-forms
# =======================
#
#
split-large-forms 0
#
-#
# 6.4. keep-alive-timeout
# ========================
#
#
keep-alive-timeout 5
#
-#
# 6.5. tolerate-pipelining
# =========================
#
#
tolerate-pipelining 1
#
-#
# 6.6. default-server-timeout
# ============================
#
#
#default-server-timeout 60
#
-#
# 6.7. connection-sharing
# ========================
#
#
#connection-sharing 1
#
-#
# 6.8. socket-timeout
# ====================
#
#
socket-timeout 300
#
-#
# 6.9. max-client-connections
# ============================
#
#
#max-client-connections 256
#
-# 1.6.10. handle-as-empty-doc-returns-ok
+# 6.10. handle-as-empty-doc-returns-ok
+# =====================================
#
# Specifies:
#
#
#handle-as-empty-doc-returns-ok 1
#
-# 1.6.11. enable-compression
+# 6.11. enable-compression
+# =========================
#
# Specifies:
#
#
#enable-compression 1
#
-# 1.6.12. compression-level
+# 6.12. compression-level
+# ========================
#
# Specifies:
#
#
#compression-level 1
#
-# 1.6.13. client-header-order
+# 6.13. client-header-order
+# ==========================
#
# Specifies:
#
# Proxy-Connection \
# Referer \
# Cookie \
+# DNT \
# If-Modified-Since \
# Cache-Control \
# Content-Length \
# Content-Type
#
#
-#
# 7. WINDOWS GUI OPTIONS
# =======================
#