-
Notifications
You must be signed in to change notification settings - Fork 901
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix 10528: Parse resource.json for regional adblock lists #5981
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM though @antonok-edm should probably take a glance too to make sure
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@jumde should this |
@antonok-edm - Good call, I'll remove. |
g_brave_browser_process->ad_block_regional_service_manager()->EnableTag( | ||
tag, enabled); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jumde I think you may have touched the wrong lines here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@antonok-edm - fixed
3b2b78c
to
7c89392
Compare
Resolves brave/brave-browser#10528
Submitter Checklist:
npm run lint
)git rebase master
(if needed).git rebase -i
to squash commits (if needed).Test Plan:
Failed to parse JSON adblock resources: EOF while parsing a value at line 1 column 0
is displayed.resource.json
should be added to all regional adblock lists by brave/brave-core-crx-packager#138Reviewer Checklist:
After-merge Checklist:
changes has landed on.