-
Notifications
You must be signed in to change notification settings - Fork 7
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
Rules with modifier like for example $media shouldn't be applied to apps with disabled HTTPS filtering #1066
Comments
By the way, it seems that Steps to reproduce
Expected behaviorImages in app shouldn't load. Actual behaviorImages load. |
In fact, that's intended. $emtpy implies that the requests aren't blocked, they are modified. We can't modify responses without https filtering so that's why it shouldn't do anything. @sxgunchenko what bothers me is why |
It matches because we pass |
Yes, we should pass |
core/pull-requests/1435 |
One question about that. For example, we have this rule with Steps to reproduce:
or just
It will causes that all requests will be not blocked. |
No, it should be blocked actually |
@sxgunchenko could you please check this case? |
It seems that now in apps with disabled HTTPS filtering adding rule like this:
*.*$media,important
causes that requests are not blocked.
Steps to reproduce
*.*$media,important
or
*.*$subdocument,important
Expected behavior
These kind of rules shouldn't be applied to apps with disabled HTTPS filtering, and ad/tracker etc. requests should be blocked.
Actual behavior
All request are passed and not blocked.
Your environment
The text was updated successfully, but these errors were encountered: