-
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
Add regional adblock #41
Comments
Add L10n support and tooling for Transifex
Merged here: |
@bbondy expected until the adblock UI is ready? |
@srirambv To enable Regional Ad Block, you need to set Brave's language to non-English using chrome://settings/languages. For instance, when I set my language to French, I see the following in chrome://adblock
|
That's all that's expected for now, thx for checking |
Verification passed on
|
@emerick this doesn't work on Linux. It doesn't show an option to Set what language is used to display. Having only French as the browser language it still shows as disabled. I'll add a new issue specific to Linux. |
@srirambv It seems that on Linux, this is controlled via the When launching on Linux like this, I saw the expected settings in chrome://adblock:
|
@emerick @bbondy I recently did country detection for Muon and noticed that the code you used @emerick doesn't always return country. For example, if you're in Columbia, I think it returns Should regional adblocking be using language or country? Some locales returned (like |
I believe in a followup I changed it so that if the full string is not found, it uses just the smaller part without the dash. |
Verified that changing setting noted here #41 (comment) does not work for macOS. However, if I change that setting, my region, and my language as per #1238 (comment) then I can see that Regional Adblock is enabled. Verified with
|
Yes, it looks like Windows is the special case where regional ad block can be fully controlled via the browser. On Mac and Linux, it relies on system level settings. |
Verification Passed on
|
No description provided.
The text was updated successfully, but these errors were encountered: