For anyone using the Squid proxy server, either on Linux or Windows, these parameters will anonymize enough traffic so that websites you attempt to access will still work (such as ajax-heavy sites like Facebook), but your source IP information will still be concealed.
via off
forwarded_for off
header_access Cache-Control deny all
header_access Forwarded-For deny all
header_access From deny all
header_access Keep-Alive [...]





