I made some changes to the server settings in squid to block headers to prevent the IP address from being sent. However, this has now made facebook give the error message that they do not recognise the browser.
Any ideas on what to change?
I need the IP address to show up as the proxy server but not allow too much privacy information to be sent through the headers.
Which part of this would cause an issue with webpages?
Or can I leave all of that in as long as I use this to hide the IP?Quote:
header_access From deny all
header_access Referer deny all
header_access Server deny all
header_access User-Agent deny all
header_access WWW-Authenticate deny all
header_access Link deny all
Quote:
forwarded_for off
