mirror of
https://bitbucket.org/anticensority/antizapret-pac-generator-light.git
synced 2024-11-24 14:16:04 +03:00
Filter out domains with length > 30 after optimizing zones
This commit is contained in:
parent
7c43cbeea1
commit
2844448f94
@ -244,3 +244,5 @@
|
|||||||
/^bestpharma/ {next}
|
/^bestpharma/ {next}
|
||||||
/^balashiha-grand/ {next}
|
/^balashiha-grand/ {next}
|
||||||
/^apl[0-9]*\./ {next}
|
/^apl[0-9]*\./ {next}
|
||||||
|
/dot-xenon-antonym/ {next}
|
||||||
|
length($1) > 30 {next}
|
||||||
|
Loading…
Reference in New Issue
Block a user