This reverts commitd27eb6ae99. Revert "Bug 2066063 - [devtools] Ignore local mode request with custom ports. r=devtools-reviewers,jdescottes" This reverts commit2d7e2b58b1.
Network Observer modules
The NetworkObserver module and associated helpers allow to:
- monitor network events (requests and responses)
- block requests
- throttle responses
The DevTools network-observer modules are used both by DevTools and by WebDriver BiDi, found under /remote. Breaking changes should be discussed and reviewed both by devtools and webdriver peers.