Filter appspot.online domains

They cause issues in squid 5 due to special filter for "appspot" (.com)
being applied to all appspot.* domains, and squid 5 does not expect
subdomains in the white list along with the domain zone.
This commit is contained in:
ValdikSS 2022-04-11 22:23:09 +03:00
parent f22f3ade09
commit 6ffcdb0474

View File

@ -182,3 +182,4 @@
/^pinupbet[0-9]{2,3}\./ {next}
/^pinupbk[0-9]{2,3}\./ {next}
/^zfilm-hd-[0-9]{3,4}\./ {next}
/appspot\.online/ {next}