View Single Post
fpp's Avatar
Posts: 2,853 | Thanked: 968 times | Joined on Nov 2005
#10
Originally Posted by luketoh View Post
Ok, I tried playing with the default.action for privoxy, but I STILL cannot mask my user agent! I think I'm doing it wrongly, but it seemed pretty straight forward, so I'm not sure what I'm doing wrong.
That part is explained in the HOWTO :

"The default configuration files are under /etc/privoxy. You need to read and edit at least /etc/privoxy/config.
The config file is where you can specify the next proxy in the chain by changing the 'forward' command(s). But the real fun happens in the 'default.action' file. If you want to change your user-agent header, that is where you need to add a line like :

+hide-user-agent{the_useragent_string_you_want} \

... in the "Defaults" section. Note the trailing antislash."

So you need to check :

- if you're editing the right file (default.action)
- if you're in the right Section (Defaults)
- if you have the right syntax AND the trailing antislash...