Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1.LowWL.txt contains malformed lines #1

Closed
ThinkChaos opened this issue Mar 28, 2023 · 1 comment
Closed

1.LowWL.txt contains malformed lines #1

ThinkChaos opened this issue Mar 28, 2023 · 1 comment

Comments

@ThinkChaos
Copy link

Hi,

While fixing support for 1.LowWL.txt in blocky1 I noticed there's a couple lines that are malformed and thought I'd let you know:

Line No Text Valid
45762 xflight.xboxlive.com ✔️
45763 xflight.xboxlive.com cert.mgt.xboxlive.com
...
45793 xkms.xbolive.com ✔️
45794 xkms.xbolive.com def-vef.xboxlive.com

For both of those, the first domain on the line is the one above repeated, as can be seen in the table.


1: the list contains domains with special characters (example: www.hualañe.cl) when we expected ASCII only.
I'm not sure adblockers generally support that, so maybe you'll also want to change that on your side.
For blocky I made the domains go through punycode encoding before using them so it'll work as is.

@rahilpathan
Copy link
Owner

  • Performed ASCII check ✔️
  • Removed invalid domains ✔️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants