- wws blocks external HTTP requests by default - Add index.toml with allowed_hosts for chat and webhook 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
9 lines
121 B
TOML
9 lines
121 B
TOML
name = "chat"
|
|
version = "1"
|
|
|
|
[features]
|
|
http_requests = true
|
|
|
|
[features.http_requests]
|
|
allowed_hosts = ["n8n.mylder.io"]
|