# Privoxy Minimal Privacy Configuration
# See https://www.privoxy.org/user-manual/config.html

user-manual /usr/local/share/doc/privoxy/user-manual
confdir /usr/local/etc/privoxy
logdir /usr/local/var/log/privoxy
actionsfile match-all.action # Actions that are applied to all sites and maybe overruled later on.
actionsfile default.action   # Main actions file
actionsfile user.action      # User customizations
filterfile default.filter
logfile privoxy.log

# Listen on localhost:8118
listen-address  127.0.0.1:8118

# Toggle this to 1 to enable the remote toggle of Privoxy
toggle  1

# Enable/Disable specific features
enable-remote-toggle  0
enable-remote-http-toggle  0
enable-edit-actions 0

# Forwarding (Uncomment to use Tor)
# forward-socks5t / 127.0.0.1:9050 .

# Privacy settings
# ----------------
# Block ads and tracking (basic header filtering)
# This is handled mostly by actions files, but we can set some defaults here if needed.
# Ideally, we download updated action files (like from simple-adblock).
