Urgent.News

What's breaking now, across thousands of outlets.

Editions

Tech

My friend took out a loan to pay a website troll $45,000

A friend of mine runs a beauty brand on Shopify. Last month he called me, shaken. An “ADA troll” had filed an $80,000 lawsuit against him — over a handful of technical things on his website. Missing alt text. A tracker firing before consent. Things you can fix in an hour. For a business his size, fighting wasn’t an option. Defending costs more than settling, and these people know it — that’s the…

A Shopify beauty brand owner received a $45,000 settlement after facing an automated lawsuit from a website troll over technical issues. The lawsuit was over missing alt text, trackers firing without consent, and other issues that could have been fixed quickly. These trolls use software to scan thousands of ecommerce sites looking for easy targets with provable defects, then send out demand letters at scale.

The owner of the beauty brand opted to settle rather than fight the lawsuit. The author of the article, an engineer, created a tool that can alert website owners to these issues and help them fix them. The tool tracks trackers firing before consent, missing privacy and cookie policies, and accessibility gaps that machines can verify.

It reads a storefront to determine which countries the site sells to and shows only the applicable laws, such as GDPR, California's CCPA, and the ADA. The tool is a local Python script that can be run via AI coding agents like Claude Code. It's free and open source, and the author encourages website owners to use it to avoid becoming easy targets for automated trolls.

Written by urgent.news from Dev.to's reporting — not their text. Machine-written — may contain errors; check the original before relying on it.

Read the original at dev.to →

More in Tech

Fixing Loki Regex Pipeline Stage Failures on Nginx Logs

Originally published on kuryzhev.cloud Your Loki dashboard shows the raw nginx access log fine — but every label query returns zero results, and nobody notices until the ingesters start OOMing.

  • Loki’s regex pipeline stage fails on Nginx logs, causing zero results for label queries
  • Issue often arises from regex mismatches due to log format inconsistencies
  • Fix by aligning regex with actual Nginx logformat and optimizing pipeline stages

More from Friday 21 August →