-
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
Ignoring ping filters #1493
Comments
I can not reproduce with Chromium 48, however I can reproduce with Chromium 49 The Not sure I will support specifically |
I'd just like to throw a use case in here that will hopefully help you reconsider allowing filtering instead of simply blocking all "ping" requests. I work on a customer support chat application that uses I know |
I see the issue, and I agree uBO should not blanket-block network requests of type Before Chromium issue 512406 was fixed, uBO would completely ignore After the fix to Chromium issue 512406, all network requests of type But the right thing to do for uBO is in between, as illustrated by the concrete use-case you report. The one thing I will do immediately for the next release is to have network requests of type |
Well, of course I forgot that even if ping-requests are filtered as normal, their The whole issue would be easily solved if the Chrome API provided the URL from which the |
Wouldn't that be addressed by https://bugs.chromium.org/p/chromium/issues/detail?id=522124 which recently got fixed (and will need ~3 months to make it's way through the release channels). I may be mistaken of course, you're more familiar with the matter than I am. |
The |
For a more complete fix, need to support |
Related issue: - #1493 Documentation: - https://help.eyeo.com/adblockplus/how-to-write-filters#type-options Test page: - https://testpages.adblockplus.org/en/filters/ping Additionally, network requests of type `beacon` will be mapped to `ping` by the static filtering engine.
Describe the issue
uBlock Origin doesn't block
ping
requests in some cases and ignores filters using theping
option.One or more specific URLs where the issue occurs
http://www.bing.com/
Screenshot in which the issue can be seen
Steps for anyone to reproduce the issue
Result: The filter
||bing.com/fd/ls/$~ping
in EasyPrivacy is not being applied. Creating a filter like||bing.com/fd/ls/
blocks the tracking requests including theping
.I am an advanced user
and removebehind-the-scene
from the whitelist.||bing.com^$ping
.Result: The
ping
request is not being blocked.Your settings
The text was updated successfully, but these errors were encountered: