Princess Nell l33t


Joined: 15 Apr 2005 Posts: 931
|
Posted: Wed Mar 05, 2025 10:56 pm Post subject: Privoxy question |
|
|
According to the documentation, https://www.privoxy.org/user-manual/config.html#FORWARD, it should be possible to achieve the following: direct all access to the proxy, except for a given path. E.g. /etc/privoxy/config:
Code: |
forward .domain.com/path .
|
should forward everything for domain.com to the configured proxy, expect when the URL path part starts with "path". At least that's my interpretation of The Path Pattern, https://www.privoxy.org/user-manual/actions-file.html#AF-PATTERNS.
Yet, this is not working, all access to domain.com including domain.com/path is going to the proxy.
Where am I going wrong?
Code: |
Installed versions: 3.0.34-r1(20:53:43 13/01/25)(acl fast-redirects force image-blocking jit mbedtls ssl stats threads zlib -brotli -client-tags -compression -editor -extended-host-patterns -extended-statistics -external-filters -fuzz -graceful-termination -ipv6 -lfs -openssl -png-images -sanitize -selinux -toggle -tools -whitelists)
|
|
|