-
Notifications
You must be signed in to change notification settings - Fork 55
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
sb.scorecardresearch.com not being blocked in uBlock Origin Lite #23
Comments
Can you be more specific? Are you talking about strict-blocking? |
@gorhill I might have posted this is in the wrong issue tracker. I am really sorry if that's the case. uBlock Origin by default block sb.scorecardresearch.com in their list. uBlock Origin Lite does not. There is no strict-blocking mode in uBlock Origin Lite iirc. Thank you for the great work you are doing for the community. |
What page were you visiting when you realized that |
You need to tell us what to do in details for us to reproduce on our side. |
On my side requests/resources are blocked (homepage lost 1-st party CSS&images, can't by loaded e.g. as 3-rd party iframe, someone should checking pop-ups and popunders). To enable these strict blocking fallback:
I think needed change something in converter for HOSTS and EL syntax: 0.0.0.0 fo1.bar7.com
||foo.bar7.com^ I assume that it is not yet safe to convert "this" (e.g. no possible simple implement pause instead disable all filtering): {
"_comment": "this can be invalid demo DNR rule (handwritten)"
"action": {
"type": "block"
},
"condition": {
"requestDomains": [
"scorecardresearch.com"
]
}
"resourceTypes": [
"main_frame"
]
} I have not determined whether it is possible to overwrite it with some detailed message of the reason for the blockade, but in AdGuard MV3 a little works |
Prerequisites
I tried to reproduce the issue when...
Description
sb.scorecardresearch.com is being blocked in uBlock Origin but not in the lite version.
URL(s) where the issue occurs.
https://sb.scorecardresearch.com/
Screenshot(s)
No response
uBO version
Latest
Browser name and version
Chromium Edge
Settings
None.
Notes
No response
The text was updated successfully, but these errors were encountered: