Files
claude-code/examples/settings/settings-strict.json

27 lines
544 B
JSON
Raw Normal View History

2026-01-30 16:57:26 -08:00
{
"permissions": {
"disableBypassPermissionsMode": "disable",
"ask": [
"Bash"
],
"deny": [
"WebSearch",
"WebFetch"
]
},
"allowManagedPermissionRulesOnly": true,
"allowManagedHooksOnly": true,
2026-01-30 16:59:39 -08:00
"strictKnownMarketplaces": [],
"sandbox": {
"autoAllowBashIfSandboxed": false,
"excludedCommands": [],
"network": {
"allowUnixSockets": [],
"allowLocalBinding": false,
"httpProxyPort": null,
"socksProxyPort": null
},
"enableWeakerNestedSandbox": false
}
2026-01-30 16:57:26 -08:00
}