-
Notifications
You must be signed in to change notification settings - Fork 905
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
Remove exception for Tracking Protection #1770
Conversation
1a99888
to
c584279
Compare
c584279
to
aa13487
Compare
For transparency, I would like to keep our documentation up-to-date on what Brave unblocks for webcompatibility that is not blocked in upstream adblock/tp. https://github.com/brave/brave-browser/wiki/Web-compatibility-issues-with-tracking-protection should be updated when this is merged to say that as of |
+1 on this approach though |
Just adding some tests, so I don't want approvals until that's done, but the code changes and plan are ready. See brave/brave-browser#3475 for a detailed description of everything. |
24422b6
to
49beb4c
Compare
49beb4c
to
5839889
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have concerns about speed, but we will check that out on brave-core first and apply to other platforms after. There are optimizations fixes coming to ad block lib as well. Should be good.
This is ready to go, tests were added. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Fix: brave/brave-browser#3475
Related PR: brave/adblock-lists#45
Related issue: brave/brave-browser#1108
Submitter Checklist:
npm test brave_unit_tests && npm test brave_browser_tests
) onnpm run lint
)git rebase master
(if needed).git rebase -i
to squash commits (if needed).Test Plan:
See brave/brave-browser#3475
Reviewer Checklist: