You are not logged in.
I set up privoxy and tor, but for certain forums I'd like to let it go as trusted one.
The config is very complicated to get me done with it.
May I ask some little enlightenment by example to make a filter, which will allow cookies from .archlinux. to pass and stay alive for the open session?
do it good first, it will be faster than do it twice the saint
Offline
From the privoxy man page (to be defined in /etc/privoxy/default.action if I get it correctly):
# Sites where we want persistent cookies, so allow *all* cookies
{ -crunch-cookies -session-cookies-only }
.redhat.com
.sun.com
.msdn.microsoft.com
Burninate!
Offline
You'll want to put it into /etc/privoxy/user.action, not default.action.
Offline
Well I've read something about, and ukhippo is right, the latter takes priority over the former.
I was astonished to read the config and I realized to be not able to make a neat rule without braking some other.
do it good first, it will be faster than do it twice the saint
Offline
Go to http://p.p/ and use the nice UI that privoxy provides.
The string to use is exactly this:
.archlinux.org
Offline
@ brebs
Not exactly, because there are archlinux.it, archlinux.fr, archlinux.fi, archlinux.de, etc . Beside the first two the other I'm not understanding the language.
So I'd like to set filter with both sites in one filter.
do it good first, it will be faster than do it twice the saint
Offline
See patterns - you probably want:
.archlinux.
Offline
# Sites where we want persistent cookies, so allow *all* cookies { -crunch-cookies -session-cookies-only }
.archlinux.
Copied and pasted into user.action added the third line, but that causing privoxy malfunctioning.
I went to http://config.privoxy.org/ to edit, the result was
{ fragile }
.archlinux.
without any relevance. I mean that seems doing nothing.
I feel sorry, mostly it won't take much, but probably I can't imaging where I'm doing wrong.
do it good first, it will be faster than do it twice the saint
Offline
Did you flush your browser's cache?
What does http://config.privoxy.org/show-url-info … hlinux.org show?
Offline
The section I think you want is:
{ allow-all-cookies }
Offline
Did you flush your browser's cache?
That I did not . I'm gonna get it done and see.
What does http://config.privoxy.org/show-url-info … hlinux.org show?
Nothing.
I also found that privoxy add by itself http:// to that entry. Therefore modifying doesn't allow an option like .archlinux.. Though, the herein FluxBB seems suffering less of forgetting cookies.
do it good first, it will be faster than do it twice the saint
Offline
The section I think you want is:
{ allow-all-cookies }
I edited /etc/privoxy/user.action directly, because the browser interface I didn't recognize which section was the pertinent one.
I flushed all data and looks much better now
do it good first, it will be faster than do it twice the saint
Offline