Make component updater compatible with NetworkService #5007
Labels
feature/updater
priority/P1
A very extremely bad problem. We might push a hotfix for it.
QA/Test-Plan-Specified
QA/Yes
Milestone
(For more context see the parent issue #2351)
(To run the browser with enabled NetworkService use
--enable-features=NetworkService
)The component updater problem is rooted at
BraveSystemNetworkDelegate
. Here we do some hardcoded URL rewrites. It seems thatBraveSystemNetworkDelegate
is not going to be refactored in the parent issue and should be treated separately. Probably, the way to fix the problem is to make yet another customURLLoader
and/orURLLoaderFactory
The text was updated successfully, but these errors were encountered: