You are not logged in.
Pages: 1
Hi!
Any update about this issue?
I'm not sure why but forum reports 4 posts but only 3 are displayed. Is there a "hidden" reply. Perhaps someone has already answered but his post isn't shown?
Thanks!
Thanks for your reply.
I'm using Windows version of Epic (55.0.2661.75 build) and this what let me ask you about any DNS leak.
Step to reproduce:
try turn off any other programms that may issue DNS requests
turn on epic browser, proxy mode
start capturing packets with your favourite sniffer (I used tcpdump, UDP traffic, port 53)
browse to some site (www.yahoo.fr in my test)
Expected result
The only possible DNS request should be about epic proxy
Observed result (only first requests, actually there is a bunch of them)
DNS requests releted to epic occur first, as expected
No DNS request for the targeted hostname, as expected too
a bunch of other DNS request, related to the visited web page
The combination of points 2 and 3 let me think of a sort of DNS prefetch for the links on the page.
Other test
Start Epic browser with the --host-resolver-rules="MAP * ~NOTFOUND , EXCLUDE *.epicbrowser.com" flag, as per Chromium doc (see the page about socks-proxy). This page expose the case of a socks proxy but same principle applies to other proxy types too since we are just dealing with chrome behavior, not the proxy)
Result
Only the epic proxy hostname shows in DNS requests
no more possible browsing without proxymode (since the browser is unable to solve hostname
This is the expected behavior with the "--host-resolver-rules" flag
I can't find the "disable prefetch" option in settings where it sits in plain chromium so I first assumed it may be disabled by default. I was just doing a check to be sure and was very surprised to see this leak.
Can you please either explain what I did wrong or how to deal with that.
Thanks
Hi there!
First, thanks for this browser, great idea!
I'm concerned with some DNS leaks while using the proxy mode. It seems that while the browsed url and all the material that comes along whtih (js, css, img etc.) are well fetched via proxy, some prefetch occurs for urls within the web page.
Please see this packet capture:
It shows DNS request to my ISP while browsing to yahoo.fr with EPIC proxy enabled.
This is a common behavior of chromium. One may be able to disable prefetch or even any DNS requests, ensuring its privacity but it must be with command line flags (eg --host-resolver-rules).
It would be nice:
to automatically force "no prefetch" or "no DNS requests" when proxy is activated
or to have a GUI option for that (no need to restart the browser)
or at least to warn the user about this DNS leak
Any thoughts on this?
Thanks
Pages: 1