-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Have a way to force-update adblock lists #35982
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
Comments
Adblock on iOS is controlled by component updater as well, so a possible solution here would be to expose a way to access |
We should look at the Android implementation of this, at least for the placement of the Update button: #35270. It would be best if this button lived in the Content Filtering settings page. |
Verified on Case: New Users
Case: Existing Users
|
We don't currently have a way on iOS to force-update all components like we do on Desktop and Android, where a user can go to brave://components in the omnibox and manually press Update for components.
This is extremely important for when we need to ship an emergency component update out, like we do when there's widespread adblock list-related breakage. On iOS, AFAICT, there's nothing a user can do to make sure they have the latest version of an adblock list.
We don't need to have the update be per-component; a single button suffice somewhere in the app would suffice. For debugging purposes, it would also be nice to know the user's current version, but that's secondary in priority.
The text was updated successfully, but these errors were encountered: