36 lines
852 B
JSON
36 lines
852 B
JSON
{
|
|
"sandbox": {
|
|
"enabled": true,
|
|
"failIfUnavailable": true,
|
|
"allowUnsandboxedCommands": false,
|
|
"allowManagedDomainsOnly": true,
|
|
"enableWeakerNestedSandbox": true,
|
|
"network": {
|
|
"allowedDomains": [
|
|
"pypi.org",
|
|
"files.pythonhosted.org",
|
|
"registry.npmjs.org",
|
|
"github.com",
|
|
"api.github.com",
|
|
"raw.githubusercontent.com",
|
|
"objects.githubusercontent.com",
|
|
"codeload.github.com",
|
|
"anthropic-proxy"
|
|
]
|
|
}
|
|
},
|
|
"permissions": {
|
|
"deny": [
|
|
"WebFetch"
|
|
],
|
|
"allow": [
|
|
"WebFetch(domain:github.com)",
|
|
"WebFetch(domain:raw.githubusercontent.com)",
|
|
"WebFetch(domain:docs.anthropic.com)",
|
|
"WebFetch(domain:code.claude.com)",
|
|
"WebFetch(domain:pypi.org)",
|
|
"WebFetch(domain:registry.npmjs.org)"
|
|
]
|
|
}
|
|
}
|