Improved rules handling
Rules can now come in 3 different formats: - AdBlock rules - Host lists - Domains lists All will be converted into domain lists and aggregated (only AdBlock rules matching a whole domain will be kept). Subdomains will now be matched if it is a subdomain of any domain of the rule. It is way faster (seconds rather than hours!) but less flexible (although it shouldn't be a problem).
This commit is contained in:
parent
c23004fbff
commit
69b82d29fd
11 changed files with 130 additions and 28 deletions
2
rules_hosts/.gitignore
vendored
Normal file
2
rules_hosts/.gitignore
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
*.custom.txt
|
||||
*.cache.txt
|
Loading…
Add table
Add a link
Reference in a new issue