Re: New Privoxy 3.0.8 with Tor

2008-02-01 Thread Fabian Keil
Jack Straw <[EMAIL PROTECTED]> wrote:

> I hate to sound lazy, but I find the new version of Privoxy somewhat 
> confusing. And I know that it's me!!
> 
> Would it be possible for some kind soul to post 1)A sample user.action 
> file 2) a sample config file designed to allow the browser to connect to 
> Tor?
> 
> My old useraction file and config file for Privoxy 3.06 don't work with 
> 3.08.

Without seeing the actual error messages, my guess would
be that your config file references action files without
the extension and your action files use the filter-client-headers
or filter-server-headers actions which have been removed
as Privoxy now supports real header filters.

Check your configuration file for lines like:

   actionsfile default

and change them to:

   actionsfile default.action

In your configuration file remove the obsoleted actions
mentioned above. Note that this will probably take more
time than simply following the steps in:
http://www.privoxy.org/3.0.8/user-manual/whatsnew.html#UPGRADERSNOTE

If you never actually changed Privoxy's action files
you might as well completely deinstall Privoxy 3.0.6,
install 3.0.8 and enable Tor again:
http://www.privoxy.org/faq/misc.html#TOR

Fabian


signature.asc
Description: PGP signature


Re: New Privoxy 3.0.8 with Tor

2008-01-30 Thread Fabian Keil
"Mr. Blue" <[EMAIL PROTECTED]> wrote:

> So it would be better to set it as:
> {+client-header-filter{hide-tor-exit-notation}}
> /
> 
> right?

Right.

Fabian


signature.asc
Description: PGP signature


Re: New Privoxy 3.0.8 with Tor

2008-01-30 Thread Jack Straw

Mr. Blue wrote:

When I've upgraded from Privoxy 3.0.6 to New Privoxy
3.0.8
These rules from user.action doesn't seem to work
anymore:

{ +filter{hide-tor-exit-notation} }
/

{+filter-client-headers
+filter{hide-tor-exit-notation}}
/


Now I can't use Tor to surf with exit node specific
urls.
Ie: 
http://showip.net.4edd4dbb3a352cee02ab8e2298b002477c778281.exit/



Please help me.



I hate to sound lazy, but I find the new version of Privoxy somewhat 
confusing. And I know that it's me!!


Would it be possible for some kind soul to post 1)A sample user.action 
file 2) a sample config file designed to allow the browser to connect to 
Tor?


My old useraction file and config file for Privoxy 3.06 don't work with 
3.08.


I appreciate the help.

Thanks.

Jack


Re: New Privoxy 3.0.8 with Tor

2008-01-29 Thread Mr. Blue
Mmmm, I see...,

So it would be better to set it as:
{+client-header-filter{hide-tor-exit-notation}}
/

right?


- Original Message -
From: "Fabian Keil" <[EMAIL PROTECTED]>
To: or-talk@freehaven.net
Date: Tue, 29 Jan 2008 20:08:52 +0100
Subject: Re: New Privoxy 3.0.8 with Tor



> "Mr. Blue" < >
href="/ym/[EMAIL 
PROTECTED]&YY=77240&y5beta=yes&ymv=0&y5beta=yes&order=down&sort=date&pos=0">[EMAIL
 PROTECTED]>

> wrote:
> 
> > Ok thanks Fabian,
> 
> You're welcome.
> 
> > I've already looked there and fixed it like
this:
> > 
> > {+client-header-filter{hide-tor-exit-notation}}
> > .exit/
> 
> Note that hide-tor-exit-notation can also clean
Referer headers,
> but if you only apply it to requests for hosts
ending with .exit,
> "tainted" referrers to other hosts could slip
through.
> 
> Of course that's only an issue if you aren't already
> blocking referrers across different hosts anyway.
> 
> Fabian


  

Looking for last minute shopping deals?  
Find them fast with Yahoo! Search.  
http://tools.search.yahoo.com/newsearch/category.php?category=shopping


Re: New Privoxy 3.0.8 with Tor

2008-01-29 Thread Fabian Keil
"Mr. Blue" <[EMAIL PROTECTED]> wrote:

> Ok thanks Fabian,

You're welcome.

> I've already looked there and fixed it like this:
> 
> {+client-header-filter{hide-tor-exit-notation}}
> .exit/

Note that hide-tor-exit-notation can also clean Referer headers,
but if you only apply it to requests for hosts ending with .exit,
"tainted" referrers to other hosts could slip through.

Of course that's only an issue if you aren't already
blocking referrers across different hosts anyway.

Fabian


signature.asc
Description: PGP signature


Re: New Privoxy 3.0.8 with Tor

2008-01-29 Thread Mr. Blue
Ok thanks Fabian,


I've already looked there and fixed it like this:

{+client-header-filter{hide-tor-exit-notation}}
.exit/



- Original Message -
From: "Fabian Keil" <[EMAIL PROTECTED]>
To: or-talk@freehaven.net
Date: Tue, 29 Jan 2008 18:18:30 +0100
Subject: Re: New Privoxy 3.0.8 with Tor


> "Mr. Blue" <[EMAIL PROTECTED]> wrote:
> 
> > When I've upgraded from Privoxy 3.0.6 to New
Privoxy
> > 3.0.8
> > These rules from user.action doesn't seem to
work
> > anymore:
> 
> > {+filter-client-headers
> > +filter{hide-tor-exit-notation}}
> > /
> 
> With Privoxy 3.0.8 it should be:
> 
> {+client-header-filter{hide-tor-exit-notation}}
> /
> 
> Quoting item two on
> 
href="http://www.privoxy.org/3.0.8/user-manual/whatsnew.html:";> class="yshortcuts" 

> >
id="lw_1201627193_0">http://www.privoxy.org/3.0.8/user-manual/whatsnew.html:
> 
> | Header filtering is done with dedicated header
filters now.
> | As a result the actions "filter-client-headers"
and
> | "filter-server-headers" that were introduced with
Privoxy 3.0.5
> | to apply content filters to the headers have been
removed.
> | See the new actions server-header-filter and
client-header-filter
> | for details.
> 
> Please also have a look at the "Note to Upgraders"
on the same page.
> 
> Fabian


  

Be a better friend, newshound, and 
know-it-all with Yahoo! Mobile.  Try it now.  
http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ 



Re: New Privoxy 3.0.8 with Tor

2008-01-29 Thread Fabian Keil
"Mr. Blue" <[EMAIL PROTECTED]> wrote:

> When I've upgraded from Privoxy 3.0.6 to New Privoxy
> 3.0.8
> These rules from user.action doesn't seem to work
> anymore:

> {+filter-client-headers
> +filter{hide-tor-exit-notation}}
> /

With Privoxy 3.0.8 it should be:

{+client-header-filter{hide-tor-exit-notation}}
/

Quoting item two on
http://www.privoxy.org/3.0.8/user-manual/whatsnew.html:

| Header filtering is done with dedicated header filters now.
| As a result the actions "filter-client-headers" and
| "filter-server-headers" that were introduced with Privoxy 3.0.5
| to apply content filters to the headers have been removed.
| See the new actions server-header-filter and client-header-filter
| for details.

Please also have a look at the "Note to Upgraders" on the same page.

Fabian


signature.asc
Description: PGP signature


New Privoxy 3.0.8 with Tor

2008-01-28 Thread Mr. Blue
When I've upgraded from Privoxy 3.0.6 to New Privoxy
3.0.8
These rules from user.action doesn't seem to work
anymore:

{ +filter{hide-tor-exit-notation} }
/

{+filter-client-headers
+filter{hide-tor-exit-notation}}
/


Now I can't use Tor to surf with exit node specific
urls.
Ie: 
http://showip.net.4edd4dbb3a352cee02ab8e2298b002477c778281.exit/


Please help me.


  

Looking for last minute shopping deals?  
Find them fast with Yahoo! Search.  
http://tools.search.yahoo.com/newsearch/category.php?category=shopping