-
Notifications
You must be signed in to change notification settings - Fork 80
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
Whitelisting behind-the-scene causes uBO to disregard the moz-extension-scheme rule #651
Comments
And for some reason time in a log not local. Why? |
screenshots:
OS: Win7pro Sp1 x64 I'm sorry, I don't understand, but what other information do you need? |
I'm sorry, it's my mistake. I found out. It turns out that if you whitelist behind-the-scene, the Moz-extension-scheme lock is ignored. I thought they were different things, separate. |
And yet, here is an example when behind-the-scene is not blocked. |
I need to investigate why whitelisting |
Another example of when not locked behind-the-scene: |
Or maybe these queries are not behind the scene, but then why are they displayed in the log in behind-the-scenes queries? |
Umatrix correctly identifies these requests as behind-the-scenes requests and blocks them. But ublock does not block. |
To simulate such a non-blocking request, you need to hold an open tab with one of the screenshots from my previous messages. in umatrix log: And how to make local time in umatrix, ublock logs? It is shown at me not in +3, and in 0. P.S. Such requests for some reason appear even when I have not opened any tab with a screenshot. Where do they come from, who generates them? Workers are off. One such case noticed after closing all the tabs with screenshots. |
Where to read about what a side means? |
Read the wiki for the partyness information and please stop adding questions after questions inturn adding noise/spam to this bug. |
It is local time. Verify if any |
To be fair, the wiki has not been updated to account for that new column in the logger. Something else to fix. Some information in the release notes: https://github.com/gorhill/uBlock/releases/tag/1.18.0. |
Related issue: - uBlockOrigin/uBlock-issues#651 The `behnind-the-scene` context was wrongly used to evaluate the whitelist status of the context of tabless network requests. The document origin must be used instead when it's available. Additionally, much code has been revisited for better ES6 syntax compliance.
Prerequisites
Description
[Description of the bug or feature]
moz-extension-scheme * * block - does not work
In white list:
"# about-scheme"
"# chrome-extension-scheme"
"# chrome-scheme"
"# moz-extension-scheme"
"# opera-scheme"
"# vivaldi-scheme"
"# wyciwyg-scheme"
But the lock does not work. How to reproduce bug:
uBlock Origin v1.20.3b0
firefox 67.0.4 x64
behind-the-scene * * block - does not work as well.
I don't know how to fake it. But I saw in the log that the request was not blocked.
A specific URL where the issue occurs
[A specific URL is MANDATORY for issue happening on a web page, even if it happens "everywhere"]
Steps to Reproduce
Expected behavior:
[What you expected to happen]
Actual behavior:
[What actually happened]
Your environment
The text was updated successfully, but these errors were encountered: