Skip to content
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

Many network requests wrongly categorized as behind-the-scene #211

Closed
gorhill opened this issue May 17, 2015 · 0 comments
Closed

Many network requests wrongly categorized as behind-the-scene #211

gorhill opened this issue May 17, 2015 · 0 comments
Labels

Comments

@gorhill
Copy link
Owner

gorhill commented May 17, 2015

This was first reported for uMatrix: gorhill/uMatrix#165.

Test case as reported in original bug: https://boards.4chan.org/g/. Many css resources are being reported in the behind-the-scene context (the unified logger made the issue obvious, whereas it would go unnoticed before unless specifically observing behind-the-scene requests).

uBlock suffers the same issue. This was fixed in uMatrix by no longer relying on shouldLoad, since uMatrix does not consider embedded frames as specific context.

The fix for uBlock will have to be different.

The problem with requests being wrongly categorized as behind-the-scene is that some requests which may have been blocked in the proper context won't be blocked if evaluated in the behind-the-scene context.

@gorhill gorhill changed the title Many network requests wrongly cateegorized as behind-the-scene Many network requests wrongly categorized as behind-the-scene May 17, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant