-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
[Security] Enable blocklist_extension_fetcher #12297
Comments
Looks like #4674 will be needed first since the Google endpoint is https://safebrowsing.google.com/safebrowsing/clientreport/crx-list-info which we don't currently have a proxy for. |
There's no easy way to test the extension blocking functionality, but it's covered somewhat by a unit test. What I would suggest instead as a test plan is to ensure that we didn't break download protection:
|
Verified using
Verified test plan from #12297 (comment). Confirmed all links under "Desktop Download Warnings" were blocked.
Verification passed on
Verification passed on
Verified test plan from #12297 (comment) |
Source here: https://source.chromium.org/chromium/chromium/src/+/master:chrome/browser/extensions/blocklist_state_fetcher.cc
Community reports:
The text was updated successfully, but these errors were encountered: