mirror of
https://github.com/openai/codex.git
synced 2026-04-27 08:05:51 +00:00
feat(config) request_permissions + network_config
This commit is contained in:
@@ -4267,6 +4267,21 @@
|
||||
},
|
||||
"NetworkPermissions": {
|
||||
"properties": {
|
||||
"allow_local_binding": {
|
||||
"type": [
|
||||
"boolean",
|
||||
"null"
|
||||
]
|
||||
},
|
||||
"allowed_domains": {
|
||||
"items": {
|
||||
"type": "string"
|
||||
},
|
||||
"type": [
|
||||
"array",
|
||||
"null"
|
||||
]
|
||||
},
|
||||
"enabled": {
|
||||
"type": [
|
||||
"boolean",
|
||||
|
||||
Reference in New Issue
Block a user