Skip to content
Snippets Groups Projects
Commit f468a4ac authored by ma1's avatar ma1 Committed by Beatriz Rizental
Browse files

BB 42194: Fix blank net error page on failed DNS resolution with active proxy.

parent 33eaf71c
Branches
Tags
1 merge request!1507Rebase Tor Browser onto 136.0a1
......@@ -134,12 +134,15 @@ export class NetErrorChild extends RemotePageChild {
shortDesc.appendChild(span);
},
};
try {
Services.uriFixup.checkHost(
info.fixedURI,
onLookupCompleteListener,
this.document.nodePrincipal.originAttributes
);
} catch (e) {
// DNS resolution may fail synchronously if forbidden by proxy
}
}
// Get the header from the http response of the failed channel. This function
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment