mirror of
https://bitbucket.org/anticensority/antizapret-pac-generator-light.git
synced 2024-11-22 05:06:04 +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}
|
/^888/ {next}
|
||||||
/^ankustarmios/ {next}
|
/^ankustarmios/ {next}
|
||||||
/^apl/ {next}
|
/^apl/ {next}
|
||||||
/^azino/ {next}
|
/azino/ {next}
|
||||||
/^azino/ {next}
|
|
||||||
/^bio/ {next}
|
/^bio/ {next}
|
||||||
/^black/ {next}
|
/^black/ {next}
|
||||||
/^bonga/ {next}
|
/^bonga/ {next}
|
||||||
@ -416,5 +415,7 @@
|
|||||||
/^bxfilm/ {next}
|
/^bxfilm/ {next}
|
||||||
/^caburo/ {next}
|
/^caburo/ {next}
|
||||||
|
|
||||||
|
# Temporary
|
||||||
length($1) > 30 && !/wixmp/ {next}
|
length($1) > 30 && !/wixmp/ {next}
|
||||||
/xn--/ {next}
|
/xn--/ {next}
|
||||||
|
/^[0-9]/ {next}
|
||||||
|
Loading…
Reference in New Issue
Block a user