snarfed / bridgy-fed

🌉 A bridge between decentralized social network protocols
https://fed.brid.gy
Creative Commons Zero v1.0 Universal
724 stars 39 forks source link

Web: alternative opt-out mechanism #1510

Open snarfed opened 3 days ago

snarfed commented 3 days ago

We currently let web users opt out by adding #nobridge to their profile/homepage or by emailing us. I don't have numbers on how many sites do it via #nobridge, but more and more have been emailing us to do it, particularly more traditional (and often bigger) web publishers, 10-20 per day right now and growing. Opting them out manually only takes me maybe a couple minutes each, but still.

I'd like to figure out a self serve way to allow this that doesn't require them to change text on their home page, but still checks that they actually represent/own the site. Traditional domain auth via eg DNS or /.well-known/... are definitely too technical and heavyweight.

The one idea I have is setting up an automated email address that checks DKIM, SPF, etc, and then allows opting out a web site if the sender's address is on the site's domain. Not ideal either, but maybe it'd work?