yayyy

you are viewing a single comment's thread
view the rest of the comments
[–] 4 points 1 month ago (1 child)

Where can in find this list?

  • source
  • hideshow 2 child comments
  • [–] 1 point 1 month ago* (1 child)
  • [–] 3 points 1 month ago (1 child)

    That’s a URL blacklist, not the username blacklist.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 2 points 1 month ago* (last edited 1 month ago) (1 child)

    Dang, you're right, and the user list is deliberately hidden. I tried posting the code to view it, but for some reason my comment was rejected. :(

    edit:

    curl -fsSL https://raw.githubusercontent.com/asimons04/tesseract/master/static/data/policy.dat | base64 -d | gunzip | jq .

    Currently shows 539 banned users and 2218 bannded user regexes.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 3 points 1 month ago (1 child)
  • [–] 1 point 1 month ago* (last edited 1 month ago)

    nice. there's a github repo that has it too, but seeing it directly from the source is a more honest, direct way to show people what is going on. the least hand-wavy way.

    Edit: Acutally the link you posted is more stragithtforward than the GH one, showing the instructions on how to generate the list in the README.md. Very cool.

  • source
  • parent