mirror of
https://github.com/electron/electron.git
synced 2026-05-02 03:00:22 -04:00
* fix: continue to run ProxyingURLLoaderFactory for intercepted protocols * test: webRequest handlers when loading browser windows * fix: wrap special URL loaders factories with ProxyingURLLoaderFactory * test: webRequest handlers when using net.fetch * refactor: remove redundant intercepted protocol handling AsarURLLoaderFactory is now intercepted by ProxyingURLLoaderFactory, which already handles when the file:// scheme is intercepted. * fix: check before using saved headers in OnReceiveResponse * fix: run webRequest handlers when loading file service workers * test: handlers when loading file service workers * refactor: add shared CreateURLLoaderFactoryBuilder method --------- Co-authored-by: John Kleinschmidt <jkleinsc@electronjs.org>