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

Custom allowlist / denylist with Workers KV #21

Open
ignoramous opened this issue Oct 10, 2021 · 2 comments
Open

Custom allowlist / denylist with Workers KV #21

ignoramous opened this issue Oct 10, 2021 · 2 comments

Comments

@ignoramous
Copy link
Contributor

A user wrote:

If someone asks for a customized blocking server, they usually need more than just enabling and disabling lists. They would also want to whitelist and blacklist specific domains directly, or remotely check the log to see what they've been missing or inadvertently block.

Make sense.

This would need us to build:

  1. A front-end to let users enter these, may be up to 1000 each?
  2. Store these against a single key, as a json {"allowlist" : ["domain1", "domain2", ...], "denylist": ["domain1", "domain2", ...]}?
  3. A simple password-based auth needed, because otherwise, anyone may be able to add/remove from the KV.
@KevinNitroG
Copy link

I would like to bump it up

@ignoramous
Copy link
Contributor Author

Hear ya. Plan to work on these and other features in April / May.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants