-
Notifications
You must be signed in to change notification settings - Fork 161
Open
Labels
enhancementNew feature or requestNew feature or requestuBO-paritypending features that are already available in uBOpending features that are already available in uBO
Description
A few options are not currently handled from easylist and easyprivacy:
popup
- Include pages opened in a new tab or windowgenerichide
- 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 serverselemhide
- 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
)To pick up a draggable item, press the space bar. While dragging, use the arrow keys to move the item. Press space again to drop the item in its new position, or press escape to cancel.
pedrohgmacedomaxmilton
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestuBO-paritypending features that are already available in uBOpending features that are already available in uBO
Type
Projects
Milestone
Relationships
Development
Select code repository
Activity
AndriusA commentedon May 21, 2019
For network filters, there are still a few rule options that are not supported, wrt brave-experiments/ad-block#217
popunder
,popup
- ad-blocker does not directly interact with popup/popunder blockingcsp
inline-script
- inline scripts are normally blocked through CSPmatch-case
- all rules are considered case insensitive (Support for better match-case regex filters. #242)all
- implemented but can be extended withpopup
,inline-script
,inline-font
antonok-edm commentedon Jul 18, 2020
See also - brave/brave-browser#8478