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