Hacker News new | ask | show | jobs
by daveidol 263 days ago
How is a “dynamic allowlist” useful if it can still access anything based on what the user prompts? Is there a way to impose a static allowlist too?
1 comments

Yes there is a way to impose a static allowlist. As a very simple example, you can disable certain servers completely via the UI or the API.
Isn’t that a blocklist?