Forked from %k8eJWwA...
A way to prevent your posts being indexed by malicious crawlers (meta issue)
My idea for this would be something like the following:
- Generate a message that says: I run pub X, and it supports feature X, Y, Z. Example incoming guard enabled. I tried deducing if incoming guard was enabled or not, but sbot shuts down the connection so fast that I did not have a reliable way to test this. Also I don't think its such a bad idea that this info is there. Another would be if it runs over tor, but you get that from the address.
- Pub acknowledges this message, in this way it is similar to sameAs and user invites
- Add a new scheduler to sbot and a way to enable it during runtime to only connect to pubs run by friends with feature X, Y
Feedback welcome.