-
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
about:adblock page with regional filters selection followup to #267 #1931
Comments
This should eventually live in global settings. Karen is going to produce some designs for the settings panel. |
sounds good, there's going to be a lot of settings over time though, more than in browser-laptop too. uBlock has multiple tabs. |
Yeah, I think that having a lot of settings is just the necessary consequence of having a lot of convoluted behaviors which folks might want to twiddle. I think we under-exposed advanced settings in Muon, which is part of the difference. |
Our existing behavior (i.e., prior to any changes detailed in this ticket) is that on startup we retrieve the current application locale and start an AdBlock instance for that region if applicable. We also store this "current" AdBlock region in a preference, as there was only the concept of a single active region in this scenario. How would we want to handle this going forward? The simplest thing would be to eliminate that preference completely and the regional filters are all initially disabled until a user enables them via the brave://adblock/ page. Alternatively we could try to be more clever and remain somewhat backward-compatible with the existing setting, "importing" it into our new regional settings on startup. @bbondy any thoughts here? |
Just following up for anyone following this issue, Emerick and I talked on Slack and discussed that we'd allow anything to be set, but that'd we'd auto turn on whatever matches the current language setting. The PR is updated with that. |
Verification passed on
Verified passed with
Verification passed on
Logged #4367 |
Description
Create an about:adblock page followup to #267. Add regional adblock list similar to muon build
Additional information
#267
Split from #403
The text was updated successfully, but these errors were encountered: