Skip to content
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

unhandled options #1

Open
AndriusA opened this issue Mar 19, 2019 · 1 comment
Open

unhandled options #1

AndriusA opened this issue Mar 19, 2019 · 1 comment
Labels

Comments

@AndriusA
Copy link
Collaborator

@AndriusA AndriusA commented Mar 19, 2019

A few options are not currently handled, discarding 2532 rules from easylist and easyprivacy:

  • popup - Include pages opened in a new tab or window
  • generichide - Used to prevent applying global element rules on a page (e.g. @@||example.com^$generichide)
  • document - Used to whitelist the page itself (e.g. @@||example.com^$document)
  • webrtc - Include or exclude connections opened via RTCPeerConnection instances to ICE servers
  • elemhide - Used to prevent element rules from applying on a page (e.g. @@||example.com^$elemhide)
  • genericblock - Used to prevent applying global blocking rules on a page (e.g. @@||example.com^$genericblock)
@AndriusA
Copy link
Collaborator Author

@AndriusA AndriusA commented May 21, 2019

For network filters, there are still a few rule options that are not supported, wrt brave/ad-block#217

  • popunder, popup - ad-blocker does not directly interact with popup/popunder blocking
  • csp - rules are parsed but csp checking and handling on the browser side is not implemented
  • inline-script - inline scripts are normally blocked through CSP which is not currently handled
  • generichide - generichide is a cosmetic filtering-related option, and as such using it has no negative consequence with regard to privacy since cosmetic filtering has no privacy value.
  • match-case - all rules are considered case insensitive
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
1 participant
You can’t perform that action at this time.