Filter out domains with length > 30 after optimizing zones

This commit is contained in:
ValdikSS 2023-03-04 09:20:16 +03:00
parent 7c43cbeea1
commit 2844448f94

View File

@ -244,3 +244,5 @@
/^bestpharma/ {next}
/^balashiha-grand/ {next}
/^apl[0-9]*\./ {next}
/dot-xenon-antonym/ {next}
length($1) > 30 {next}