Loading toolkit/actors/NetErrorChild.sys.mjs +9 −6 Original line number Original line Diff line number Diff line Loading @@ -133,12 +133,15 @@ export class NetErrorChild extends RemotePageChild { shortDesc.appendChild(span); shortDesc.appendChild(span); }, }, }; }; try { Services.uriFixup.checkHost( Services.uriFixup.checkHost( info.fixedURI, info.fixedURI, onLookupCompleteListener, onLookupCompleteListener, this.document.nodePrincipal.originAttributes 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 // Get the header from the http response of the failed channel. This function Loading Loading
toolkit/actors/NetErrorChild.sys.mjs +9 −6 Original line number Original line Diff line number Diff line Loading @@ -133,12 +133,15 @@ export class NetErrorChild extends RemotePageChild { shortDesc.appendChild(span); shortDesc.appendChild(span); }, }, }; }; try { Services.uriFixup.checkHost( Services.uriFixup.checkHost( info.fixedURI, info.fixedURI, onLookupCompleteListener, onLookupCompleteListener, this.document.nodePrincipal.originAttributes 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 // Get the header from the http response of the failed channel. This function Loading