Limitless_screaming
You die twice. One time when you stop breathing, and a second time, a bit later on, when somebody damns your soul for the last time.
- Hafez Al-Assad
- 0 Posts
- 1 Comment
Joined 2 years ago
Cake day: December 17th, 2024
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.


There’s a popular frontend for Lemmy called “Tesseract”. About a week ago the dev pushed an apparently malicious update with a block list which contains lots of leftist (as in even slightly left leaning) communities and users.
OP searched for and found his username in that block list.
The file OP searched in is “policy.json”, which doesn’t exist in the source code. The command pulls the content of the url decodes it from base64, unzips it and puts the content in policy.json. Which means the source code obfuscates the file by default.
(the only file called “policy” I could find in the source code is a .dat file which has the encoded data).