this post was submitted on 29 Aug 2024
67 points (97.2% liked)

Privacy

31241 readers
697 users here now

A place to discuss privacy and freedom in the digital world.

Privacy has become a very important issue in modern society, with companies and governments constantly abusing their power, more and more people are waking up to the importance of digital privacy.

In this community everyone is welcome to post links and discuss topics related to privacy.

Some Rules

Related communities

Chat rooms

much thanks to @gary_host_laptop for the logo design :)

founded 4 years ago
MODERATORS
 

Basically the subject is in title. I recently discovered lemmy.world doesn't allow commenting/posting from VPNs. Some VPNs are working, but it seems to be a matter of time until they appear on publicly sourced lists and banned.

you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 16 points 2 weeks ago (1 children)

It's likely Cloudflare related. Some of the larger instances are behind that, but many of the smaller ones aren't. Cloudflare isn't only a problem for VPN users, so its a good idea to avoid those instances as a user. You can still interact with their communities via Federation.

[โ€“] [email protected] 4 points 2 weeks ago* (last edited 2 weeks ago)

I got 401 from lemmy.world with the following response payload:

{
  "success": false,
  "error": {
    "code": 403,
    "message": "Posting & Uploading blocked from VPN/Tor"
  }
}

PS: yeah, I know it says it's 403 in payload, but in response it's 401