about:networking has DNS lookup feature -- investigate proxy settings compliance
We should look at the DNS lookup code on about:networking
and make sure it respects our proxy settings or is useful at all in our context.
- Show closed items
Activity
-
Newest first Oldest first
-
Show all activity Show comments only Show history only
- Author
Trac:
Keywords: N/A deleted, tbb-7.0-must added - Author
Getting those tickets on our March radar as well.
Trac:
Keywords: N/A deleted, TorBrowserTeam201703 added - Author
Moving tickets over to April
Trac:
Keywords: TorBrowserTeam201703 deleted, TorBrowserTeam201704 added - Author
Getting this on our radar for alpha release in less than two weeks.
Trac:
Keywords: tbb-7.0-must deleted, tbb-7.0-must-alpha added - Author
function doLookup() { let host = document.getElementById("host").value; if (host) { gDashboard.requestDNSLookup(host, displayDNSLookup); } }
(https://dxr.mozilla.org/mozilla-esr52/source/toolkit/content/aboutNetworking.js#389) is responsible for the lookup which goes to
Dashboard::RequestDNSLookup()
(https://dxr.mozilla.org/mozilla-esr52/source/netwerk/base/Dashboard.cpp#735) which callsmDnsService->AsyncResolve()
which in turn callsnsDNSService::AsyncResolveExtended()
which we have patched.The browser console returns our error code:
NS_ERROR_UNKNOWN_PROXY_HOST
. So, we are good here I think.Trac:
Status: new to closed
Resolution: N/A to fixed - Trac closed
closed