mirror of
https://github.com/anthropics/claude-code.git
synced 2026-04-16 07:42:48 +00:00
16 lines
272 B
JSON
16 lines
272 B
JSON
|
|
{
|
||
|
|
"permissions": {
|
||
|
|
"disableBypassPermissionsMode": "disable",
|
||
|
|
"ask": [
|
||
|
|
"Bash"
|
||
|
|
],
|
||
|
|
"deny": [
|
||
|
|
"WebSearch",
|
||
|
|
"WebFetch"
|
||
|
|
]
|
||
|
|
},
|
||
|
|
"allowManagedPermissionRulesOnly": true,
|
||
|
|
"allowManagedHooksOnly": true,
|
||
|
|
"strictKnownMarketplaces": []
|
||
|
|
}
|