You can edit every element though apparently
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.
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);
I’ve gotten emails with unsubscribe links pointing to “http://localhost/…”
not sure if it helps them avoid being considered spam or maybe misconfiguration.
If they are available in the EU you can also report them for violation of GDPR rules
Check if their check boxes have a SQL injection.
You’d need to be able to submit the form for that to do anything lol
Fire up burpsuite and do a POST, see what happens. 🤣
Do you have any addons that enable
contenteditable
/designMode
?I mean this is too funny lol
writeable checkbox
The domain itself is a joke on its own.
Immediately I mark as spam in every way possible, and maybe add their customer support email to their mailing list too.
Report it as spam: https://lemmy.ml/post/13850772