Skip all domains starting with the number for now, to shrink PAC file size

This commit is contained in:
ValdikSS 2024-01-06 03:12:15 +03:00
parent 32f7ab498e
commit b0073641a1

View File

@ -315,6 +315,8 @@
/^bet/ {next}
/^bonus/ {next}
# uuugh...
/^[0-9]/ {next}
length($1) > 30 && !/wixmp/ {next}