Loading
Bug 1733464 - [devtools] Fix webconsole stubs and node tests for https-first r=nchevobbe
It is slightly more complicated than expected because we have an issue capturing 404 from httpd.js in DevTools when using HTTPS (see Bug 1733420). Therefore the stub for network events, which generates 404 requests, is not using https://example.com but http://mochi.test:8888 Differential Revision: https://phabricator.services.mozilla.com/D127161