Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a way to reject ingesting documents from certain users during sync #287

Open
sgwilym opened this issue Dec 14, 2022 · 0 comments
Open
Labels

Comments

@sgwilym
Copy link
Contributor

sgwilym commented Dec 14, 2022

What's the problem you want solved?

Right now peers always ingest all documents they receive from another peer.

Sometimes you don't want all documents from another peer, as maybe they are sending documents containing abuse or harassment. It should be possible to configure a replica / the sync process in such a way that it rejects documents authored by a certain keypair.

This isn't a permanent solution, as an abuser can always create a new keypair with a new address.

Is there a solution you'd like to recommend?

Add a kind of syncing policy configuration to syncers which can specify a blocklist of author addresses.

@sgwilym sgwilym added this to the Hedgehog milestone Dec 14, 2022
@sgwilym sgwilym removed this from the Hedgehog milestone May 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant