#
#
# 1. LOCAL SET-UP DOCUMENTATION
+# ==============================
#
# If you intend to operate Privoxy for more users than just yourself,
# it might be a good idea to let them know how to reach you, what
#
#
# 1.1. user-manual
+# =================
#
# Specifies:
#
#
#
# 1.2. trust-info-url
+# ====================
#
# Specifies:
#
#
#
# 1.3. admin-address
+# ===================
#
# Specifies:
#
#
#
# 1.4. proxy-info-url
+# ====================
#
# Specifies:
#
#
#
# 2. CONFIGURATION AND LOG FILE LOCATIONS
+# ========================================
#
# Privoxy can (and normally does) use a number of other files for
# additional configuration, help and logging. This section of the
#
#
# 2.1. confdir
+# =============
#
# Specifies:
#
#
#
# 2.2. templdir
+# ==============
#
# Specifies:
#
#
#
# 2.3. logdir
+# ============
#
# Specifies:
#
#
#
# 2.4. actionsfile
+# =================
#
# Specifies:
#
#
#
# 2.5. filterfile
+# ================
#
# Specifies:
#
#
#
# 2.6. logfile
+# =============
#
# Specifies:
#
#
#
# 2.7. jarfile
+# =============
#
# Specifies:
#
#
#
# 2.8. trustfile
+# ===============
#
# Specifies:
#
#
#
# 3. DEBUGGING
+# =============
#
# These options are mainly useful when tracing a problem. Note that
# you might also want to invoke Privoxy with the --no-daemon command
#
#
# 3.1. debug
+# ===========
#
# Specifies:
#
#
#
# 3.2. single-threaded
+# =====================
#
# Specifies:
#
#
#
# 3.3. hostname
+# ==============
#
# Specifies:
#
#
#
# 4. ACCESS CONTROL AND SECURITY
+# ===============================
#
# This section of the config file controls the security-relevant
# aspects of Privoxy's configuration.
#
#
# 4.1. listen-address
+# ====================
#
# Specifies:
#
#
#
# 4.2. toggle
+# ============
#
# Specifies:
#
#
#
# 4.3. enable-remote-toggle
+# ==========================
#
# Specifies:
#
#
#
# 4.4. enable-remote-http-toggle
+# ===============================
#
# Specifies:
#
#
#
# 4.5. enable-edit-actions
+# =========================
#
# Specifies:
#
#
#
# 4.6. enforce-blocks
+# ====================
#
# Specifies:
#
#
#
# 4.7. ACLs: permit-access and deny-access
+# =========================================
#
# Specifies:
#
#
#
# 4.8. buffer-limit
+# ==================
#
# Specifies:
#
#
#
# 5. FORWARDING
+# ==============
#
# This feature allows routing of HTTP requests through a chain of
# multiple proxies.
#
#
# 5.1. forward
+# =============
#
# Specifies:
#
#
#
# 5.2. forward-socks4, forward-socks4a and forward-socks5
+# ========================================================
#
# Specifies:
#
#
#
# 5.3. forwarded-connect-retries
+# ===============================
#
# Specifies:
#
#
#
# 5.4. accept-intercepted-requests
+# =================================
#
# Specifies:
#
#
#
# 5.5. allow-cgi-request-crunching
+# =================================
#
# Specifies:
#
#
#
# 5.6. split-large-forms
+# =======================
#
# Specifies:
#
#
#
# 6. WINDOWS GUI OPTIONS
+# =======================
#
# Privoxy has a number of options specific to the Windows GUI
# interface:
#
-
+#
# If "activity-animation" is set to 1, the Privoxy icon will animate
# when "Privoxy" is active. To turn off, set to 0.
#
#activity-animation 1
-
+#
# If "log-messages" is set to 1, Privoxy will log messages to the
# console window:
#
#log-messages 1
-
+#
# If "log-buffer-size" is set to 1, the size of the log buffer,
# i.e. the amount of memory used for the log messages displayed in
# the console window, will be limited to "log-max-lines" (see below).
# infinitely and eat up all your memory!
#
#log-buffer-size 1
-
+#
# log-max-lines is the maximum number of lines held in the log
# buffer. See above.
#
#log-max-lines 200
-
+#
# If "log-highlight-messages" is set to 1, Privoxy will highlight
# portions of the log messages with a bold-faced font:
#
#log-highlight-messages 1
-
+#
# The font used in the console window:
#
#log-font-name Comic Sans MS
-
+#
# Font size used in the console window:
#
#log-font-size 8
-
+#
# "show-on-task-bar" controls whether or not Privoxy will appear as
# a button on the Task bar when minimized:
#
#show-on-task-bar 0
-
+#
# If "close-button-minimizes" is set to 1, the Windows close button
# will minimize Privoxy instead of closing the program (close with
# the exit option on the File menu).
#
#close-button-minimizes 1
-
+#
# The "hide-console" option is specific to the MS-Win console version
# of Privoxy. If this option is used, Privoxy will disconnect from
# and hide the command console.