this post was submitted on 04 Oct 2023
118 points (95.4% liked)
Technology
59068 readers
3471 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related content.
- Be excellent to each another!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, to ask if your bot can be added please contact us.
- Check for duplicates before posting, duplicates may be removed
Approved Bots
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
On a related note... I went to cancel a membership a few weeks back, and the site displayed a message "you don't have an active membership to cancel". I thought it was strange, so I checked out the network requests being made, and turned out the cancel API call was getting blocked for "security reasons". Nothing else on the site was blocked for me, just the cancellation endpoint.
I opened a ticket, and it took them nearly 2 weeks to respond, and there was zero acknowledgement on why cancellation would be blocked.
Not sure if it's a purposeful dark pattern, but it sure seems like it!
Pretty sure that if it was purposeful, they'd get slapped with a massive fine sooner than later
Maybe, but it would also be very easy to blame on misconfiguration / mistake. Honestly, it wouldn't surprise me if the behavior itself isn't purposeful, but ignoring / not fixing it is. I've definitely seen such behavior at other companies, where they drag their feet on fixing a bug that is bad for the user, but helping them.
I'm guessing the intentionality could be uncovered with a couple well crafted subpoenas.
But yeah, def can see what you're describing happening
That sounds like a block being made in your browser (maybe a browser security feature overreacted) and not something Patreon did wrong.
It was a server-side block, from Cloudflare (security rule specifically). I'm very familiar with it, having used the same service over a decade. They are able to tweak the overall security level, or specific WAF rules for the endpoint in Cloudflare. They also have analytics that will show them exactly how many cancellation requests would be blocked. The fact that they totally ignored these details in my ticket, is concerning.