-
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
$generichide filter entry appears twice in the Logger on first load #3201
Comments
Not specific to |
Confirmed on Firefox Nightly. |
Most likely a webext only issue. I don't get this on Waterfox with latest legacy version of uBO. |
More likely a regression left out which wasn't patched yet. |
Not a regression, neither a webext-only issue, this has been there forever with Chromium. It's just how it's not trivial to associate a tab with a URL for that tab internally. This can be done through webRequest.onBeforeRequest API, or webNavigation.onCommitted API. There is no guaranteed order between these two events, and as a consequence uBO must internally associate the tab and the URL in it from within these two listeners. Doing so causes the duplicate log entry. |
Describe the issue
$generichide filter entry appears TWICE in the Logger on first load.
One or more specific URLs where the issue occurs
https://www.cbr.com/
Screenshot in which the issue can be seen
Steps for anyone to reproduce the issue
@@||cbr.com^$generichide
in My Filters.generichide
filter.Expected result
To show a single entry for
$generichide
filter as usual.Actual result
Shows an additional entry during the first load.
Your settings
Your filter lists
Default + CSP filter for
cbr.com
The text was updated successfully, but these errors were encountered: