Move UrlCosmeticResources
methods into main adblock instance
#11600
Labels
closed/duplicate
Issue has already been reported
dev-concern
OS/Android
Fixes related to Android browser functionality
OS/Desktop
Milestone
Followup to brave/brave-core#6581 (comment).
As part of brave/brave-core#6452, the regional and custom filters services were moved into the main adblock service instance. Android is gaining support for scriptlet injections, which use
UrlCosmeticResources
. This method currently accesses all three adblock engines globally and merges them at the API level. To reduce code duplication and make additional progress towards #5461, this functionality should all be handled from within the main adblock service.The text was updated successfully, but these errors were encountered: