Privoxy Ignores Last Rule
[email protected] Tue, 7 Jun 2022 18:01:55 +0000
| Newsgroups | gmane.comp.web.privoxy.user |
|---|---|
| Message-ID | <[email protected]> |
Hi,
I have set the following rules, processed in the following order:
``` CODE ```
{+block{Not Trusted Domain Name}
+limit-connect{80} }
.*xy*.
{-block
-crunch-incoming-cookies
-crunch-outgoing-cookies
-fast-redirects
-filter
-hide-referrer
+limit-cookie-lifetime{30}
-prevent-compression }
.privoxy.org
```
Unfortunately, Privoxy seems to not take account of the last rule. I'm
not able to access `www.privoxy.org`
Normally, thanks to the last processed rule, I should gain access to
`www.privoxy>org`
I don't have this problem on Privoxy 3.0.26 installed on another machine.
Thanks for your help,
Raf