GoogleChrome / ip-protection

Apache License 2.0
169 stars 27 forks source link

IP Protection: Is every request anonymized, or just HTTP/S requests? For example, what about DNS requests? #15

Open suryakantchoudhary opened 1 year ago

miketaylr commented 1 year ago

HTTP/S and DNS requests to eligible third-party domains are anonymized via the privacy proxies. We will provide additional details in an upcoming explainer on how we will determine which domains will be included. The rest of the traffic (e.g. the rest of the DNS requests or other HTTP/S traffic) is unaffected.

laukstein commented 11 months ago

How this will affect localhost access e.g. test.domain.com pointed to 127.0.0.1 ?

DavidSchinazi commented 11 months ago

Only third-party loads to domains on our list will be proxied. The top-level origin DNS will be resolved on the client device so such DNS redirects to localhost will still work.

kostajh commented 11 months ago

Only third-party loads to domains on our list will be proxied. The top-level origin DNS will be resolved on the client device so such DNS redirects to localhost will still work.

@DavidSchinazi could you please also comment on #13?