Hacker News new | ask | show | jobs
by thaumasiotes 957 days ago
People have noted for many years now that getting your email address scraped isn't a thing.

I assume it used to be a thing, and the cost of doing a zero-effort obfuscation is zero, so almost nobody stops.

1 comments

My address 100% gets scraped via GitHub, at the very least.
Doesn't GitHub have protections against that ? Or does it still work as long as the bot signs up for an account ?
Git internally identifies authors by email addresses. Github doesn't display the addresses in the web UI, but they're still present in the repository and can be extracted. Github can't prevent this because the author is part of the identity of the commit -- rewriting it would change commit IDs.