mirror of
https://github.com/anthropics/claude-code.git
synced 2026-02-19 04:27:33 -08:00
29 lines
608 B
JSON
29 lines
608 B
JSON
{
|
|
"permissions": {
|
|
"disableBypassPermissionsMode": "disable",
|
|
"ask": [
|
|
"Bash"
|
|
],
|
|
"deny": [
|
|
"WebSearch",
|
|
"WebFetch"
|
|
]
|
|
},
|
|
"allowManagedPermissionRulesOnly": true,
|
|
"allowManagedHooksOnly": true,
|
|
"strictKnownMarketplaces": [],
|
|
"sandbox": {
|
|
"autoAllowBashIfSandboxed": false,
|
|
"excludedCommands": [],
|
|
"network": {
|
|
"allowUnixSockets": [],
|
|
"allowAllUnixSockets": false,
|
|
"allowLocalBinding": false,
|
|
"allowedDomains": [],
|
|
"httpProxyPort": null,
|
|
"socksProxyPort": null
|
|
},
|
|
"enableWeakerNestedSandbox": false
|
|
}
|
|
}
|