this post was submitted on 22 Jul 2026
340 points (98.3% liked)

Lemmy

14663 readers
96 users here now

Everything about Lemmy; bugs, gripes, praises, and advocacy.

For discussion about the lemmy.ml instance, go to !meta@lemmy.ml.

founded 6 years ago
MODERATORS
 

Also /c/modabuse. Also /c/yepowertrippinbastards. Also lemmy.ml/c/worldnews, comrade, ACAB, and 552 individual accounts across 67 instances, about half of them on lemmy.world.

None of this is in the source code. It's downloaded at runtime from a file nobody has ever looked at.

If you're just tuning in

Tesseract is a third-party web frontend for Lemmy, maintained by asimons04 and licensed AGPL-3.0. Admins deploy it on their own servers alongside or instead of lemmy-ui, and there are public instances of it people use to browse Lemmy generally. If you've used a Lemmy site that didn't look like stock Lemmy, there's a fair chance it was this.

Last week db0 posted a PSA: Tesseract contains a blacklist of instance domains compiled directly into the application. 32 of them. Admins can't see it, can't configure it, and aren't told it's there. Connect to a listed instance and the app tells you it's "incompatible," which is not true.

I went through the code to see how that was implemented. The hardcoded list turns out to be the small half of the system.

There's a second filter policy fetched over HTTP every time the app loads. It isn't in the git repository. It's unauthenticated and world-readable, so anyone can pull it. Right now it carries 552 user accounts, 2,275 username patterns, 54 instances, 97 communities, 289 keyword patterns and 351 domains, with every category set to hide matches rather than flag them. Not collapsed behind a click. Simply absent, with no indication anything was removed.

Verify all of it in ten seconds

curl -s https://tesseract.dubvee.org/tesseract/api/system/policy \
  | base64 -d | gunzip > policy.json

That's the live policy, base64-wrapped gzip, 111KB of JSON when it unpacks. There's a stale fallback copy at /data/policy.dat as well.

It filters criticism of moderators

  • lemmy.sdf.org/c/modabuse — listed
  • lemmy.dbzer0.com/c/yepowertrippinbastards — listed
  • lemmy.dbzer0.com/c/YPTBcirclejerk — listed
  • community regex power ?tripping?
  • keyword censoring me

Call the rest of it whatever you like. This part is not spam defence.

It filters words

The 32 community name patterns include Communis(t|m), Conservativ(e|es|ism), Leftis(t|m), Libertarian(ism)?, ^Green Part(y|ies), Zionis(t|m), (Police|Cops), guillotine and billionaire.

Keywords include comrade, ACAB, neoliberal, proletaria(n|t) and death to.

Filtered communities on instances that aren't blocked: lemmy.ml/c/worldnews, lemmy.today/c/news, lemmy.ca/c/politicalnewscanada, lemmy.ca/c/usa, infosec.pub/c/strategic_unions.

The 552 users aren't bots

67 instances. 272 on lemmy.world alone, 40 on sh.itjust.works, 19 on lemmy.ca, and 28 instances contributing exactly one person each.

355 of the 552 usernames are plain alphabetic, twelve characters or under, median length eight. Only 36 look like spam registrations. A bot list looks like the opposite of that.

Seven of them aren't even Lemmy. There are Mastodon and Friendica accounts in there: people who have never used Lemmy, hidden by a Lemmy frontend, with no possible way of finding out.

I have the list and I'm not posting it. Most of these are ordinary people who got pattern-matched, and 552 names on this comm is a harassment target inside an hour. Run the command above and grep for yourself.

And it lies about it

When the instance block fires you get: "Incompatible Instance. Not Supported. $instance is not compatible with Tesseract."

Nothing is incompatible. It's a policy decision dressed as an API error, and it's what had db0 chasing a version mismatch that never existed.

For the hidden users, communities and keywords, you get no message at all.

Admins can't switch it off

Tesseract has env vars for PUBLIC_DOMAIN_BLACKLIST, PUBLIC_FAKE_NEWS_BLACKLIST and the shortener lists. There is none for either blocklist. enableToxicMode bypasses the other filters and explicitly not this one.

Self-host it and you cannot disable this, nothing in your config admits it exists, and the contents can change without you pulling a commit.

Before someone says it

A lot of that domain list is real spam defence. It filters conservatism as well as communism. "It targets the left" doesn't survive the data and I'm not going to pretend it does.

The problem is that spam filtering and political editorial got welded into one undocumented, remotely-updatable blob, shipped hidden, to admins who've never read it and users who don't know it's there. The spam work is what makes the rest unauditable: "it's a spam list" answers every individual question and none of the whole.

And /c/modabuse is not spam.

Asks

  1. Publish the runtime policy in the repo, or kill the endpoint.
  2. Stop reporting a policy block as a technical incompatibility.
  3. Tell users when something's been hidden. One line.
  4. Give operators an off switch, like every other blacklist in the codebase has.

It's AGPL-3.0 and db0 already forked it. That's the licence working as designed. But forking isn't disclosure, and the admins who need this are precisely the ones with no reason to go looking.

If you run Tesseract, you are relaying a 111KB moderation policy you have never read, under your instance's name, to users who don't know it exists.

Full contents of every list, unedited, in the comments.

top 50 comments
sorted by: hot top controversial new old
[–] Axolotl_cpp@feddit.it 91 points 1 week ago* (last edited 1 week ago) (1 children)

"^Article is paywalled.?$", "ACAB", ... "anarchistic", "biz@agoda.com", "billionaire [cock|dick]", "boot ?lick(ing|ers?)", ... "censoring me", "chatgip+ity+", "child-?rap(ing|ist)", "comrade", "conformist turd", "corpo ?(turd|slut|tech)", "death to", "dvdfab.cn", "enlightened centrist", "(epstein|epstien|pedo|pedophile)

Sooo, they are pro-pedos, pro-billionares, pro-paywalled articles, anti-communism and anti-conservatism and get offended by "enlightened centrist"

Yup, they pretend to be centrist or smth
Disgusting

[–] mindbleach@sh.itjust.works 43 points 1 week ago (1 children)

And quoting this blacklist might've just seen you blacklisted from Lemmy.world, because irony is dead.

[–] Axolotl_cpp@feddit.it 46 points 1 week ago* (last edited 1 week ago) (2 children)

Lmao

Edit: got banned fr 💔

Edit: got unbanned after i sent 'em an email

[–] mindbleach@sh.itjust.works 18 points 1 week ago (3 children)

Yeah I'd try contacting the admins, or at least posting on YePowerTrippinBastards. Even LW needs to recognize that moderation by regex is fucking dumb.

load more comments (3 replies)
[–] Coelacanth@feddit.nu 16 points 1 week ago (1 children)

This is wild, wtf are they doin' over there.

[–] Axolotl_cpp@feddit.it 16 points 1 week ago (8 children)

Dunno, i wonder too, they also don't even use the "site-wide ban" feature and instead decided to flood my entire modlog 💔

load more comments (8 replies)
[–] ea6927d8@lemmy.ml 62 points 1 week ago (2 children)

I thought piefed's main developer crusade was pathetic enough. This is something else.

load more comments (2 replies)
[–] MysticMushroom1776@lemmy.dbzer0.com 59 points 1 week ago (2 children)

I don't think you should defend him. Integrating spam defense is a cover to censor his ideological opponents. The best lie is the one wrapped in truth. You shouldn't frame any of what he did as being for good reasons. He hid it from the rest of us, made it look like an error message, and took steps to stop people from patching it out.

That's no what someone with good intentions does. That's what someone who knows it's wrong but tries to hide it does. Including spam domains in it can be seen as a way of hiding the rotten stuff and it gives trolls like him something to point at when it gets criticized "It's a spam blocklist, you must be a freeze peach troll if you're against that".

This is giving him too much charitability:

A lot of that domain list is real spam defence. It filters conservatism as well as communism. “It targets the left” doesn’t survive the data and I’m not going to pretend it does.

[–] prole@lemmy.blahaj.zone 29 points 1 week ago (13 children)

It's honestly wild how many people on lemmy are giving this person the benefit of the doubt. As if they did it with good intentions.

Are people on this site really this naive?

[–] Cowbee@lemmy.ml 15 points 1 week ago
load more comments (12 replies)
[–] mathemachristian@lemmy.ml 14 points 1 week ago (7 children)

Especially considering it's this guy

load more comments (7 replies)
[–] FirmDistribution@lemmy.world 54 points 1 week ago (1 children)

this is one of the most unhinged things I've seem on an open source project 😐

load more comments (1 replies)
[–] chrisbit@leminal.space 49 points 1 week ago (6 children)

Thanks for your work uncovering this. Imposing this broad and undisclosed censorship upon the user is unacceptable, so we have stopped hosting Tesseract on our instance.

[–] Cowbee@lemmy.ml 18 points 1 week ago (2 children)

Congrats! Db0 forked it in case you want to go back to a similar interface, but I think it's still getting the censorship parts removed.

load more comments (2 replies)
load more comments (5 replies)
[–] db0@lemmy.dbzer0.com 45 points 1 week ago (8 children)

Godfuckingdamnit. I was wondering why the system kept blocking our instance even after I removed it from the blacklist. I suspected some sort of lookup but I was out of time and couldn't find it with a quick search. This is so much worse than I expected.

Where does it dowload it exactly? I found the line loading policy.dat, but I can't find any calls to tesseract.dubvee.org.

load more comments (8 replies)
[–] nutomic@lemmy.ml 42 points 1 week ago (1 children)

Wow this "policy" has 3700 lines in total. It must take a lot of time to create and maintain it. How does someone even find the time for that?

I tried to access some blocked users and communities via tesseract.dubvee.org and it simply shows a generic "Not Found" error. So this is impossible to figure out for the average user. Even for developers it would be hard to figure out if the JSON file was hidden a bit better.

[–] Flax_vert@feddit.uk 15 points 1 week ago

They put a specific regex thing after my name, specifically, just in case I ever make accounts with the same username but different numbers after it?

They also alphabetically sorted it all which was very nice of them.

[–] Rentlar@lemmy.ca 42 points 1 week ago* (last edited 1 week ago) (9 children)

Like I would have zero problems with developers that do this, if they could come out clearly and document/announce: "I don't like these accounts or words, if you do then this is what you do to change it or shut it off."

Stuff like Lemmy's word list, Piefed's default blocklist, you can turn off or change the words. Even if I think the daily vote quota is a stupid default on setting, if you're a Piefed admin and don't like that, set the limit to 10000, 99999999 or whatever. I usually have tons and tons of sympathy for FOSS devs, take their side and give the benefit of doubt in grey areas. They work for free and share it for free so I don't expect perfection or how I would want things to be.

Undocumented shit like this, intentionally hidden is way past the line, and I have no patience for it whatsoever. You never know when this could be somehow used as an attack vector.

[–] ada@lemmy.blahaj.zone 22 points 1 week ago

That's exactly where I'm at. I don't align with a lot of the choices Rimu makes for Piefed, but I am 100% for him designing a tool that works for him, even when the defaults he chooses don't align with my preferences. As long as I have the option to disable/change them as an admin, then I'd rather see a passionate dev creating tools that they want to use than a burned out dev creating something their heart isn't invested in.

Unfortunately, tesseract isn't that...

[–] Rentlar@lemmy.ca 16 points 1 week ago (1 children)

One note/minor correction, it is in the git repo: https://github.com/db0/tesseract/commits/main/static/data/policy.dat

You can see when asimons04 changed the static base64 filter .dat file. The changes happen in completely unrelated or nondescript commits. Looking at the commit when it was implemented, it does say filter, but the error messages and code comments creating the folder indicate "cache" folder creation, when the variable name and function is for the policy, which might technically be correct, is misleading and is quite suspect to me.

load more comments (1 replies)
load more comments (7 replies)
[–] davel@lemmy.ml 34 points 1 week ago (12 children)

@Cowbee@lemmy.ml, explain yourself:

$ curl -s https://tesseract.dubvee.org/tesseract/api/system/policy | base64 -d | gunzip \
>    | gron | grep -iP '(davel|cowbee|yogthos)'
json.userRegexes[466] = "^davel$";
json.userRegexes[2187] = "^yogthos$";
$
[–] ShinkanTrain@lemmy.ml 22 points 1 week ago (1 children)

Sorry Cowbee, you're still on this council but your title as Chief Misinformator has been transferred to geneva_convenience.

[–] Cowbee@lemmy.ml 14 points 1 week ago (3 children)

A shame, Geneva blocked me because they couldn't handle being called out as ultraleft and essentially taking everything Bad Empanada says as holy.

load more comments (3 replies)
load more comments (11 replies)
[–] DupaCycki@lemmy.world 31 points 1 week ago (1 children)

Looking at what is blocked, it just looks like someone very much aligned with the government came up with the list.

[–] TiredTiger@lemmy.ml 14 points 1 week ago (1 children)

If this isn't an op, then that's even more pathetic, honestly. Imagine doing this shit for free.

load more comments (1 replies)
[–] Flax_vert@feddit.uk 29 points 1 week ago (4 children)
[–] marcie@lemmy.ml 20 points 1 week ago (2 children)

Where's the list I need to know if I'm a cool kid 😔

[–] ZeroHora@lemmy.ml 21 points 1 week ago (2 children)

You're not in the list. Your bot salary will be reduced this month, work harder next time.

load more comments (2 replies)
load more comments (1 replies)
load more comments (3 replies)
[–] umbrella@lemmy.ml 28 points 1 week ago* (last edited 1 week ago) (1 children)

there you go, the "you can't criticize your government" people hard at work. they know they are wrong.

load more comments (1 replies)
[–] ZeroHora@lemmy.ml 28 points 1 week ago (3 children)

I saw a funny weirdo saying that this person is just blocking "extremists". How in the fuck doing this shit is not extreme extremist radical liberalism??????? They like the status quo so much that they don't want to see people complain about it LMAO

load more comments (3 replies)
[–] mathemachristian@lemmy.ml 27 points 1 week ago* (last edited 1 week ago) (5 children)

lol the guy shuttered his instance and only links to

This is his at least second dramatic exit from lemmy https://lemmy.zip/post/43721937

[–] ripcord@lemmy.world 14 points 1 week ago (1 children)
load more comments (1 replies)
load more comments (4 replies)
[–] echolalia@lemmy.ml 23 points 1 week ago* (last edited 1 week ago) (2 children)

"It targets the left" doesn't survive the data

I mean, sure but, isn't that like pointing out you've banned vegans to your BBQ ribs restaurant along with (insert group here)

[–] ShinkanTrain@lemmy.ml 46 points 1 week ago (4 children)

The law, in its majestic equality, forbids the rich and poor alike to sleep under bridges, to beg in the streets, and to steal bread

load more comments (4 replies)
load more comments (1 replies)
[–] wizardbeard@lemmy.dbzer0.com 20 points 1 week ago (3 children)

As of around 7 hours ago, there's a closed issue on the repo's tracker from someone upset they were on the secret list, and the maintainer closed the issue stating that they'd make an official statement once everyone cooled off. Also that the issue tracker wasn't the right place for that discussion.

This indicates that they are aware of the threads about this stuff here on Lemmy.

Please don't dogpile the issue tracker, and give an opportunity for cooler heads to prevail. Trust that if they're a piece of shit it won't take long for them to confirm it (again) loud and clear. Not saying this isn't a whole big bunch of bullshit, just that they should at least get a small opportunity to respond with their side.

If you hand someone a shovel and they use it to dig their hole deeper instead of filling it in, it's even more fun to watch them fall in.

load more comments (3 replies)
[–] kolektyw_szmer@szmer.info 18 points 1 week ago (1 children)

As an instance admin crew we want to voice our protest over our entire instance not being on the list. We feel we had failed our users.

One of them managed to get on the individuals list tho, for posting one single thing; "To predict the future we must look at the past. How Rome slave economy could be a 1:1 parallel to artificial worker economy.".

load more comments (1 replies)
[–] 9point6@lemmy.world 17 points 1 week ago

Lol the keywords list is hilarious, imagine publishing a list of things that rustle your jimmies.

[–] iByteABit@lemmy.ml 16 points 1 week ago (14 children)

Let them shoot themselves on the foot, they are only providing more evidence that their ideology is the one that needs to control the narrative or else it shatters at the first sign of critical thought

load more comments (14 replies)
[–] ellypony@lemmy.world 15 points 1 week ago* (last edited 1 week ago)

Oh my god it's actually way worse they're using incredibly broad regular expressions to blacklist users. There's a whole section for it.

If you just happen to have the same text in your username as a previously blacklisted user, you're blacklisted automatically too. For example:

"^Fleure", 

If your username is Fleure_1998 or FleuresArePretty you're going to be blacklisted.

Isn't there a less draconian way to manage alt-account spam? This is casting the net over the whole ocean and eventually if that user regex list gets big and broad enough it'll be near impossible to not be shadowbanned by default.

ALSO WHY IS YURI BLOCKED HELLO?????

load more comments
view more: next ›