Anonymous proxy not working only for Firefox. For Chrome - OK

天涯浪子 提交于 2019-12-11 07:52:52

问题


I tried to configure anonymous proxy (centos+squid), but some sites still shows me my external IP (not proxy IP) for Firefox only.

So, squid configuration as follows:

server_persistent_connections off
forwarded_for off

request_header_access From deny all
request_header_access Referer deny all
request_header_access Proxy-Connection deny all
request_header_access Server deny all
request_header_access Via deny all
request_header_access WWW-Authenticate deny all
request_header_access X-Forwarded-For deny all

For Chrome it works as a charm: my external IP address replaced to proxy IP but some sneaky sites like those

https://www.privateinternetaccess.com/pages/whats-my-ip/

https://www.whatismybrowser.com/

are able to detect my external IP only when I am using Firefox (for Chrome - OK, they showing proxy IP)

Some not so sophisticated like http://www.whatismyip.com/ shows me proxy IP for Firefox and Chrome

Question: how https://www.privateinternetaccess.com/pages/whats-my-ip/ and https://www.whatismybrowser.com/ discovers my IP when I am using Firefox? What am I miss ? Is it somehow connected with SSL (note, they both using HTTPS, while http://www.whatismyip.com/ using HTTP) ?

Update: disabling webRTC in FF did not help

Thanks


回答1:


My bad, I did not check "use this proxy server for all protocols" checkbox in FF. What a stupid error. Sorry



来源:https://stackoverflow.com/questions/26827967/anonymous-proxy-not-working-only-for-firefox-for-chrome-ok

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!