From 23efa59f8240c563e4da6f8a73a260c71edc8ea8 Mon Sep 17 00:00:00 2001 From: casjay Date: Fri, 21 Nov 2025 16:03:49 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=97=83=EF=B8=8F=20Update=20codebase=20?= =?UTF-8?q?=F0=9F=97=83=EF=B8=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit rootfs/tmp/etc/privoxy/config --- rootfs/tmp/etc/privoxy/config | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/rootfs/tmp/etc/privoxy/config b/rootfs/tmp/etc/privoxy/config index b6e58a2..1a43623 100644 --- a/rootfs/tmp/etc/privoxy/config +++ b/rootfs/tmp/etc/privoxy/config @@ -12,20 +12,9 @@ trust-x-forwarded-for 1 # Directories confdir /etc/privoxy templdir /etc/privoxy/templates -filterfile /etc/privoxy/default.filter -actionfile /etc/privoxy/default.action # Log settings logdir /data/logs/privoxy debug 1 logfile /data/logs/privoxy/privoxy.log -debug-log /data/logs/privoxy/debug.log -logformat %d %t %a %A %p %P %C %c %m %U %H %s %b %B %T %D %L # Route all traffic through Tor with remote DNS forward-socks5 / 127.0.0.1:9050 . -# Disable caching -enable-proxy-cache 0 -# Disable filtering of images and CSS -filter-images 0 -filter-css 0 -# Disable header modifications -hide-user-agent 0