Replies: 1 comment 1 reply
-
The tool was only written to remove overlapping names, and, to some extent, names that are matches by existing patterns. Proving pattern equivalence or that a pattern is a superset of another is not implemented. Since you appear to be a Python developer, is it a feature you could contribute? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The generate-domains-blocklist.py script is affected by this bug. It not idealy removes overlapping patterns when generating domain blocklists, regarding to the filtering rules.
When does this occur?
The issue occurs when executing the script to generate a blocklist from a domains-blocklist-local-additions.txt file.
Where does it happen?
Problably in the blocklists_from_config_file function of the generate-domains-blocklist.py script.
How do we replicate the issue?
Expected behavior (i.e. solution)
The Blocklist should only contain these entries, as they cover all cases:
Other Comments
Wiki page to Combining Blocklists
Beta Was this translation helpful? Give feedback.
All reactions