-
Notifications
You must be signed in to change notification settings - Fork 104
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
Implement event logger #80
Comments
@sentialx @Kikobeats I'm following-up here on the discussion about implementing events which can be use to keep track of blocked requests, etc.
|
I think these events:
could be emitted in the
in the abstraction classes. |
Could you elaborate on why we should split these? |
These two are dependent on abstraction classes cosmetic filtering and CSP injection implementations which can't be implemented in a common way. |
But in a way this is the same thing for request blocking right? |
To help debugging, it would be nice to implement an event logger for the adblocker. This would optionally keep track of requests blocked/redirected, exceptions as well as cosmetics injected into the page.
The text was updated successfully, but these errors were encountered: