-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Incompatibility between ABP and uBO over FETCH (json) #2226
Comments
uBO will map Firefox's The other part, support for |
Reopened for the ping support. |
Actually, there is already an issue for |
Understood. |
Thank you for maintaining uBO!
Read first: https://github.com/gorhill/uBlock/blob/master/CONTRIBUTING.md
done
Describe the issue
FETCH requests are blocked after
|http:$ping
is added.One or more specific URLs where the issue occurs
http://www.compareyourcountry.org/pisa/?lg=en (JavaScript is required)
Screenshot in which the issue can be seen
BEFORE
|http:$ping
is added↑ FETCH (json)
AFTER
|http:$ping
is added↑ other (blocked)
↑ $xmlhttprequest (not blocked)
Steps for anyone to reproduce the issue
/maps.js?
requests belong to FETCH (json) after you reload the page.|http:$ping
./maps.js?
requests belong to other and are blocked. This result is unexpected for me.|http:$ping
./maps.js?
requests belong to xmlhttprequest and are NOT blocked.You notice that...
|http:$ping
as|http:$other
.These deference causes incompatibility.
Note: I know that uBlock Origin has a setting "Disable hyperlink auditing/beacon" and
$ping
filter option is dispensable. However, it would be nice if this incompatibility is fixed!Your settings
Your filter lists
This issue is not depend on specific filter lists.
Your custom filters (if any)
|http:$ping
The text was updated successfully, but these errors were encountered: