I think you can also report it to Google. Enough reports, and their email will automatically be flagged as spam. You can write them a nice email explaining how their absence of an unsubscribe button will ultimately hurt them when Gmail cuts them off from its users.
Having a working unsubscribe mechanism is required by the CAN-SPAM act. Violations can carry a fine of $10k per email. When this has happened to me in the past, I'd email their customer service and Cc my states attorney general and the federal trade commission explaining that. It usually gets fixed pretty quick.
sounds like contentEditable got triggered on one of the elements on the page. if you want to try and get around this before they fix it you can press F12 and paste this into your console:
25 Comments
mexicancartel@lemmy.dbzer0.com · 59 pts · 1y
I mean this is too funny lol
scrubbles@poptalk.scrubbles.tech · 37 pts · 1y
Immediately I mark as spam in every way possible, and maybe add their customer support email to their mailing list too.
GlendatheGayWitch@lemmy.world · 37 pts · 1y
Report it to the FTC. The CAN-SPAM Act calls for something like a $50K fine for every email sent that doesn't include a one-click unsubscribe button.
https://reportfraud.ftc.gov/
moseschrute@lemmy.ml · 8 pts · 1y
I think you can also report it to Google. Enough reports, and their email will automatically be flagged as spam. You can write them a nice email explaining how their absence of an unsubscribe button will ultimately hurt them when Gmail cuts them off from its users.
codapine@lemm.ee · 6 pts · 1y
And quickly, before it's closed down.
BuckenBerry@lemmy.world · 5 pts · 1y
Is there a European equivalent?
GlendatheGayWitch@lemmy.world · 5 pts · 1y
It looks like the GDPR covers no unsubscribe option in emails
https://gdpr.eu/email-encryption/
the_crotch@sh.itjust.works · 30 pts · 1y
Having a working unsubscribe mechanism is required by the CAN-SPAM act. Violations can carry a fine of $10k per email. When this has happened to me in the past, I'd email their customer service and Cc my states attorney general and the federal trade commission explaining that. It usually gets fixed pretty quick.
DoucheBagMcSwag@lemmy.dbzer0.com · 1 pts · 1y
Hilarious. That sounds like "burdensome regulation"
The era of corporate accountability is dead
OsrsNeedsF2P@lemmy.ml · 26 pts · 1y
Report it as spam: https://lemmy.ml/post/13850772
dbx12@programming.dev · 19 pts · 1y
mike_wooskey@lemmy.thewooskeys.com · 18 pts · 1y
You can add them to the Consumer Action Taskforce wiki.
pezhore@infosec.pub · 11 pts · 1y
Check if their check boxes have a SQL injection.
PeriodicallyPedantic@lemmy.ca · 9 pts · 1y
You'd need to be able to submit the form for that to do anything lol
pezhore@infosec.pub · 4 pts · 1y
Fire up burpsuite and do a POST, see what happens. 🤣
possiblylinux127@lemmy.zip · 1 pts · 1y
Maybe don't
juli@lemmy.world · 10 pts · 1y
I've gotten emails with unsubscribe links pointing to "http://localhost/…"
not sure if it helps them avoid being considered spam or maybe misconfiguration.
ohshit604@sh.itjust.works · 1 pts · 1y
Uh oh, clearly somebody didn’t do their due diligence and test that while it was still in staging.
Chances are some manager was pushing for completion before they could catch it.
FYI: 127.0.0.1 = localhost - Essentially no device can access the resources except for the machine/server hosting it.
GreenKnight23@lemmy.world · 9 pts · 1y
StarvingMartist@sh.itjust.works · 1 pts · 1y
"illegal" is wild lmfao
underisk@lemmy.ml · 8 pts · 1y
sounds like
contentEditablegot triggered on one of the elements on the page. if you want to try and get around this before they fix it you can press F12 and paste this into your console:StarvingMartist@sh.itjust.works · 4 pts · 1y
That worked, thanks homie I knew some of you would be nerdy enough to help me out
underisk@lemmy.ml · 4 pts · 1y
np glad it worked.
TheOakTree@lemm.ee · 3 pts · 1y
Heroes of Lemmy
PoolloverNathan@programming.dev · 7 pts · 1y
Do you have any addons that enable
contenteditable/designMode?zeropublix@lemmy.ml · 7 pts · 1y
If they are available in the EU you can also report them for violation of GDPR rules
Giant81@lemm.ee · 2 pts · 1y
I wonder if a different browser would work better.