Skip to content

Commit d3058f8

Browse files
dvdksnclaude
andcommitted
docs(sandboxes): document deniedDomains in kit network spec reference
The deniedDomains field was missing from the network spec table despite being a supported field. Deny rules take precedence over allow rules, including those contributed by other composed kits. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 2b91cec commit d3058f8

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

  • content/manuals/ai/sandboxes/customize

content/manuals/ai/sandboxes/customize/kits.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -635,13 +635,13 @@ network:
635635
valueFormat: <format>
636636
```
637637

638-
| Field | Description |
639-
| ------------------------- | ---------------------------------------------------------------- |
640-
| `allowedDomains` | Domains the sandbox can reach. Wildcards supported. |
641-
| `deniedDomains` | Domains the sandbox can't reach. Deny rules take precedence. |
642-
| `serviceDomains` | Map of domain to service identifier from `credentials.sources`. |
643-
| `serviceAuth.headerName` | HTTP header the proxy sets (for example, `Authorization`). |
644-
| `serviceAuth.valueFormat` | Format string for the header value (for example, `"Bearer %s"`). |
638+
| Field | Description |
639+
| ------------------------- | ------------------------------------------------------------------------------------------------------------------------------------ |
640+
| `allowedDomains` | Domains the sandbox can reach. Wildcards supported. |
641+
| `deniedDomains` | Domains the sandbox is blocked from reaching. Deny rules take precedence over allow rules, including those from other composed kits. |
642+
| `serviceDomains` | Map of domain to service identifier from `credentials.sources`. |
643+
| `serviceAuth.headerName` | HTTP header the proxy sets (for example, `Authorization`). |
644+
| `serviceAuth.valueFormat` | Format string for the header value (for example, `"Bearer %s"`). |
645645

646646
### Environment
647647

0 commit comments

Comments
 (0)