-
Notifications
You must be signed in to change notification settings - Fork 80
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 Chinese browser scheme to default whitelist #3101
Comments
Do you see these schemes reported in the logger when filter lists update? |
Is this consistent? I can't use the interceptor because the interceptor page will be redirected to the browser homepage after refreshing. It seems that Sogou Browser is based on QQ Browser, which is no surprise since Sogou was acquired by Tencent. They use 360 Security Browser uses |
I am wondering the context in which lists are fetched, for example in Chromium: With Firefox: Here is my thinking: instead to keep adding schemes which at this point appear inconsequential, maybe just stick to the ones which are consequential, i.e. the ones which are the context in which filter lists are fetched. This means the real change in the end would be to remove a bunch of schemes. |
Example - |
Okay, I think I understand. They all show up as |
If they use |
ok, thank you for your answers. |
Opera, Vivaldi, Edge, all use (side note - the whole toolbar with page selector does not react to mouse click and does not react to hover correctly on Opera 106.0.4998.70/uBO 1.55.0) |
Include Brave too |
All supported browsers now have the concept of priviledged pages, there is no need for these extra trusted-site directives. Related issue: uBlockOrigin/uBlock-issues#3101
I see that the obsolete directives are now marked as my custom trusted sites. Sure, I can delete them and leaving them in won't really cause problems, but the troubleshooting info for all previous users will now contain 7 additional trusted sites. Is it not possible to actually remove them from trusted sites when updating? |
I have three different installations on my machine (two developer builds, one stable build), each on a different Firefox profile. On the stable one, the directives seemed to be removed after 1.57.0. On both the developer ones, the directives stayed. I can delete them myself obviously, but did I miss a step that caused this to not work? |
I looked at the code and it's not saving the removals, that is the issue. Too late to fix this though because in the meantime people might have added those. |
Prerequisites
I tried to reproduce the issue when...
Description
I noticed the following warning in the documentation:
So I found that three browsers that are common in the Chinese mainland don't exist in the list: 360 Security Browser, QQ Browser and Sogou Browser.
They are based on Chromium, but use their own scheme.
I tried to submit a PR, but the repository limits who can submit PRs.
A specific URL where the issue occurs.
https://github.com/cherinyy/uBlock/commit/4fa6b765fb3ae2176f8ab0be582de28382d346b9
Steps to Reproduce
N/A
Expected behavior
Browser Scheme in predefined trusted sites.
Actual behavior
Browser Scheme is not in the predefined trusted sites.
uBO version
1.55.0
Browser name and version
360 Security Browser 15, QQ Browser 12 and Sogou Browser 12
Operating System and version
Windows 11, version 23H2
The text was updated successfully, but these errors were encountered: