mirror of
https://bitbucket.org/anticensority/antizapret-pac-generator-light.git
synced 2024-11-21 20:56:03 +03:00
Exclude all domains starting with the digit for now, to shrink the file size
This commit is contained in:
parent
957293df4d
commit
21cb005abc
@ -404,8 +404,7 @@
|
||||
/^888/ {next}
|
||||
/^ankustarmios/ {next}
|
||||
/^apl/ {next}
|
||||
/^azino/ {next}
|
||||
/^azino/ {next}
|
||||
/azino/ {next}
|
||||
/^bio/ {next}
|
||||
/^black/ {next}
|
||||
/^bonga/ {next}
|
||||
@ -416,5 +415,7 @@
|
||||
/^bxfilm/ {next}
|
||||
/^caburo/ {next}
|
||||
|
||||
# Temporary
|
||||
length($1) > 30 && !/wixmp/ {next}
|
||||
/xn--/ {next}
|
||||
/^[0-9]/ {next}
|
||||
|
Loading…
Reference in New Issue
Block a user