-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
Maybe 1st-party vs 3rd-party for images / CSS, not just scripts? #484
Comments
Using the site you posted, blocking However, and @gorhill can correct me if I'm mistaken, I think uBlock wasn't meant to allow such precise options, I think you're looking for functionality uMatrix has to offer. This is all under the assumption that I understood what you were trying to say correctly, if not, I apologize. |
Thanks, I guess I was being over-cautious. I think that 3rd-party is all I really need when combined with static-filters. @gorhill is the reason 3rd-party scripts not blocked in your screenshot because you use NoScript for that? |
They are blocked, through |
@gorhill okay, so last question then: is it an inconsistency in the UI versus the backend that marking "3rd-party" as blocked doesn't create a light-red indication for "3rd-party scripts" and "3rd-party frames"? |
Yes, ideally they should light up in sync with the Edit: Feel free to open an issue for this quirk. Looking at the code I can see why it's not as straightforward, but nothing that can't be fixed with having a specific code path for matrix coloring. |
As an advanced user, I thought that block-all by default would replace requestpolicy smoothly. It's close, but I seem to be blocking CSS and images for 1st-party sites, so that 99% of sites are broken, even those that don't rely on 3rd-parties or JavaScript.
I think it would be ideal to have separate 1st-party vs 3rd-party options for images and CSS.
Here's the real issue: there seems to be no setting to block all 3rd-party images but not block 1st-party, and also, there's a bug where I can go to a very plain site (such as https://www.seas.upenn.edu/~cis194/spring13/ ) and the layout itself is broken if I default to block all, but the layout works correct if I block every one of the other thing to block (images, scripts, scripts and frames of all sorts). So, blocking all is blocking extra 1st-party stuff that isn't separately categorized among the general options… I'm unclear what it is that is extra to block (CSS I suppose). I don't want to block 1st-party CSS, but I'm unsure whether blocking all is otherwise blocking anything else I'd like to block, since I'm unsure the total list of non-blocked things when all general options except for "all" are set to block…
The text was updated successfully, but these errors were encountered: