Closed puchu closed 2 years ago
- [x] I performed a cursory search of the issue tracker to avoid opening a duplicate issue
Duplicate of: https://github.com/uBlockOrigin/uBlock-issues/issues/1324
maybe he changed his mind? The current interface is too generic and compared to the uMatrix interface it's a step backwards.
i would also be fine to do a PR but i would need some help to implement it. I'm more into C/C++
maybe he changed his mind?
Perhaps, but note that he is well aware of the request and has declined it multiple times. I highly doubt that creating a duplicate for the same issue is going to change his mind.
i would also be fine to do a PR but i would need some help to implement it. I'm more into C/C++
I'm sure this would be welcomed by many users, some of whom would likely be willing to provide help. As a suggestion, you may want to post this on /r/uBlockOrigin.
the actual problem with the current solution is, that let's say site A needs pictures from site B to work. That's fine, but the current uBlock interface only allows to whitelist a complete domain/sub-domain for everything aka scripts, frames, pictures, xhr, .... and that's very messy, because i only need the pictures of site B to make site A work. If site B gets compromised the current implementation would also load the maybe malicious scripts from site B or load compromised frames.
The dev of uBlock actually showed me how to handle this problem correctly aka uMatrix and i can't forget about his perfect solution for this complicated problem :)
the current uBlock interface only allows to whitelist a complete domain/sub-domain for everything aka scripts, frames, pictures, xhr, ....
Although this is a limitation of the popup user interface, you can still manually create rules (noop, etc) that are more specific.
same interface but just a few more columns aka "script, frame, image, ..." would fix the problem
Duplicate of https://github.com/gorhill/uBlock/issues/1038, which has been declined.
Prerequisites
I tried to reproduce the issue when...
Description
the current interface in advanced mode mixes different requests like pictures, scripts, xhr,... together. Would be nice to get an enhanced mode where it's possible to block/allow requests in an interface that mimics the uMatrix interface and allows for ex. to allow only pictures but no scripts from a specific domain
A specific URL where the issue occurs
everywhere
Steps to Reproduce
.
Expected behavior
an uMatrix like interface in advanced mode
Actual behavior
a mode generalized interface
Configuration