Spyke

Syndicated from the fediverse. Read and engage on the original instance.

View original on sh.itjust.works

25 replies

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.

8

Immediately I mark as spam in every way possible, and maybe add their customer support email to their mailing list too.

37

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.

30
infosec.pub

Check if their check boxes have a SQL injection.

11
lemmy.world

I've gotten emails with unsubscribe links pointing to "http://localhost/…"

not sure if it helps them avoid being considered spam or maybe misconfiguration.

10

http://localhost/

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.

1
lemmy.ml

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:

document.querySelectorAll("[contentEditable]").forEach(x=>x.contentEditable=false); 
8
sh.itjust.works

document.querySelectorAll("[contentEditable]").forEach(x=>x.contentEditable=false);

That worked, thanks homie I knew some of you would be nerdy enough to help me out

4

If they are available in the EU you can also report them for violation of GDPR rules

7

I wonder if a different browser would work better.

2

You reached the end

Firestone email unsubscribe page isn't actually clickable so you can't unsubscribe | Spyke