-
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
Reverse lookup occasionally fails for static filters created via Picker #968
Comments
It's not. As detailed in previous conversation, you just need to invoke the reverse-lookup code before adding a filter -- you are missing that crucial step in your STR:
|
Perhaps you are already aware of it, but in case if not, then a hint: |
|
I knew what the issue was when I wrote my above comment, it's the fact that the compiled lists are loaded in the worker before the filter is created. |
Description
As above and as discussed in https://github.com/orgs/uBlockOrigin/teams/ublock-issues-volunteers/discussions/176
A specific URL where the issue occurs
https://httpbin.org/
Steps to Reproduce
httpbin.org###operations-tag-HTTP_Methods
to "My filters"https://httpbin.org/
#operations-tag-HTTP_Methods
in the logger -- this invokes reverse-lookup codeExpected behavior:
Reverse lookup doesn't fail and reveals the filterlist
Actual behavior:
Reverse lookup fails.
Your environment
The text was updated successfully, but these errors were encountered: