-
Notifications
You must be signed in to change notification settings - Fork 47
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
Request small Privacy selection #6
Comments
Chrome/ium 107 no longer allow read clipboard without prompting asking to allow permission. If you found new option to read clipboard in Chromium 107+ without permissions the best will be open new issue about lack of fixes if ping here https://bugs.chromium.org/p/chromium/issues/detail?id=1334203 was ignored. Also |
That is just one option,which I assumed interesting. https://www.chromium.org/updates/chips/ CHIPS cannot work in Edge due to the lack of a required flag. |
Egde/MS insisted that clipboard API it be fixed directly in the Chromium code. So as not to fix it with your own hotifix (Exclusive for Edge). |
Better for everyone if it will be so. |
If gorhill don't reject install uBOL on Chromium older than 105 these option cover only two builds:
So for these maybe enough if condition to don't touch corrected API in Chromium 107+. To watch needed then is CCSTree engine (how old Chromium support latest release). I suppose no possible write fastly scriptlet to cover only the vulnerability in API (like touch event instead all functionality). |
uBO Lite is meant to be as not technical as possible. "Blocking CSP reports" is quite technical, I don't see this fitting in uBOL; how would you even explain this to a computer illiterate person? uBO is best for this, as it is for wider audience, from those who prefer install-and-forget to those who prefer to control every details as much as possible. |
Unfortunately, it will not be possible to use UBO in Edge. This is critical in Windows OS. My PC already has Firefox + UBO installed. I would not wish to give up Edge,for example switch to Brave (with its internal adblocker) as will many users of Chromium-based browsers who consider privacy more important than security. |
You have different goal with your personal installation than I do have with uBOL, in such case its best for you to find a solution elsewhere than for me to detract from my goal with uBOL. Given this, closing as declined for the time being. |
Off-topic:
@SampeiNihira Beacon API is globally blocked by EP with AG generally disables such a too wide rule: Yuki2718/adblock#4 (comment) |
Off-Topic @Yuki2718 |
It's 1p ping so add |
Use uBO? |
For CSP report |
No. |
I didn't say it was impossible, I said uBOL is not what you want it to be. It's meant to be a simple, non-technical install-and-forget content blocker that is optimized for MV3 by being entirely declarative. If you do not want to use uBO, it's your choice -- you set yourself constraints of wanting to use MV3 and wanting a blocker that does all that uBO can do, then uBOL is just not for you, and I won't change uBOL's goal because of these personal choices of yours. uBOL is another personal project with a clear goal in mind, which I won't throw out because someone somewhere has very specific unmatched needs. That's why I explicitly spelled out to not use uBOL for those who want all uBO featureset, just use uBO then:
Non-declarative MV3 versions are hugely inefficient resource-wise, and I have no interest if creating/maintaining a hugely inefficient MV3-based content blocker -- which will never be able to accommodate all of uBO featureset anyways:
There is no point to keep arguing about this, please respect the choice I made by declining the request. |
Custom Rules form ABP/EasyList syntax should be possible inject to file after install unpacked addon form SSD/NVMe or HDD (I not recommend USB 1.1 or 2.0). Harder will be sync - may needed use WinMerge or Meld. |
@gorhill I think the only matter here is whether uBOL will eventually support custom lists and/or My filters. I guess it can't be emphasized enough that uBOL is at very early stage now. Why so many people now move to uBOL when uBO will work fine at least until Jun. 2023? |
Custom list probably not (MV3 limits number of dynamic rules to 5,000 and uBOL already uses a chunk of them). Custom filters I haven't decided yet. As things currently are, these features require that I add as part of the package the whole static network filtering engine just for the sake of converting filters to rules, and by extension a lot more of development and maintenance work, so not something I look forward too. As said elsewhere, I burned on uMatrix, I do not want that to happen with uBOL, so to keep it as simple as possible is a way to ensure this. |
This is very well said and should probably be an autoreply that one of the uBO volunteers can copy/paste for future uBOL feature requests. It doesn't make sense for people to choose the "lite" version and then request features to make it less lite. Just use uBO.
@gorhill It's really helpful that you've stated the project goals so succinctly bc it's easy for us to understand why you are making the decisions you do. Personally, I love uBO and wouldn't trade it for anything. |
@devingoodman Are you aware that an MV2 extension like UBO will only be available for Firefox (and maybe Brave)? |
Guys, please move to uBlockOrigin/uBlock-issues#2261 for any more discussion. |
It could be of interest to many users of UBO Lite.
I will insert an image with my ideas but you can decide more.
putting a Ping checkbox doesn't seem interesting to me ,because it can be blocked in Chromium-based browsers with the command-line:
--no-pings
https://www.ghacks.net/2022/08/27/websites-may-write-to-the-clipboard-in-chrome-without-user-permission/
It has been proposed to put this rule in my filters in UBO:
*##+js(acis, navigator.clipboard)
It seems to work,but I have no idea if it can work in UBO Lite.
I hope I have not disturbed too much.
Thank you for your attention.
The text was updated successfully, but these errors were encountered: