mirror of
https://bitbucket.org/anticensority/antizapret-pac-generator-light.git
synced 2024-11-22 05:06:04 +03:00
Skip all domains starting with the number for now, to shrink PAC file size
This commit is contained in:
parent
32f7ab498e
commit
b0073641a1
@ -315,6 +315,8 @@
|
|||||||
/^bet/ {next}
|
/^bet/ {next}
|
||||||
/^bonus/ {next}
|
/^bonus/ {next}
|
||||||
|
|
||||||
|
# uuugh...
|
||||||
|
/^[0-9]/ {next}
|
||||||
|
|
||||||
length($1) > 30 && !/wixmp/ {next}
|
length($1) > 30 && !/wixmp/ {next}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user