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 block users #3

Open
Deuchnord opened this issue Jan 6, 2023 · 0 comments
Open

Add a way to block users #3

Deuchnord opened this issue Jan 6, 2023 · 0 comments
Labels
enhancement New feature or request fediverse
Milestone

Comments

@Deuchnord
Copy link
Owner

Deuchnord commented Jan 6, 2023

Add configuration features to block users.
When a blocked user tries to reach the instance, the request is rejected with a 403 Forbidden response.

Note: users should be able to also block entire servers too with a * wildcard.

Examples of syntaxes:

  • @[email protected]: block that user
  • @*@example.com: block the entire example.com instance (should it also block all subdomains for safety?)

The blocklist is stored in the database, and is not publicly available to prevent malicious listing on public blocklists (see conversation on https://github.com/sgrigson/oliphant/issues/8).

@Deuchnord Deuchnord added the enhancement New feature or request label Jan 6, 2023
@Deuchnord Deuchnord added this to the v0.2 milestone Jan 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request fediverse
Projects
None yet
Development

No branches or pull requests

1 participant