-
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
Network requests not blocked for short period after browser start. #2970
Comments
It's a browser issue, open it in offline mode to prevent possible leaks. |
Also see: #1913 |
Open |
Duplicate of #1327. |
Sadly, not work for me any more.
|
Something else I could experiment with: Firefox's webRequest API allows to return Promise to tell whether a request should be blocked or not. uBO could make use of this and resolve all the pending Promises once all the filters are loaded. I have no clue if that would work though, just that conceptually that seems correct. |
@gorhill |
I found that setting the browser to clear cache on exit fixes this issue for me. Good enough. Tested with 57b9 and 58.0a1 (2017-10-19). |
Describe the issue
Looks like browser can bypass uBlock for the short period of time, probably before extension is fully initialized. I noticed this when restarting browser for update, on session restore page will have ads not blocked.
One or more specific URLs where the issue occurs
I tested with
hltv.org
but any site will do.Steps for anyone to reproduce the issue
restart --nocache
Your settings
The text was updated successfully, but these errors were encountered: