mirror of
https://github.com/openai/codex.git
synced 2026-09-15 12:08:01 +00:00
chore(core): regenerate config schema
This commit is contained in:
@@ -642,6 +642,7 @@
|
||||
"type": "boolean"
|
||||
},
|
||||
"allow_unix_sockets": {
|
||||
"description": "When `requirements.toml` sets `experimental_network.allow_unix_sockets`, values here may further narrow access but must stay within the managed socket allowlist (subset semantics).",
|
||||
"items": {
|
||||
"type": "string"
|
||||
},
|
||||
@@ -651,6 +652,7 @@
|
||||
"type": "boolean"
|
||||
},
|
||||
"allowed_domains": {
|
||||
"description": "When `requirements.toml` sets `experimental_network.allowed_domains`, values here may further narrow access but must stay within the managed allowlist (subset semantics).",
|
||||
"items": {
|
||||
"type": "string"
|
||||
},
|
||||
@@ -663,6 +665,7 @@
|
||||
"type": "boolean"
|
||||
},
|
||||
"denied_domains": {
|
||||
"description": "When `requirements.toml` sets `experimental_network.denied_domains`, managed entries are always enforced. Values here can add more denied domains but cannot remove the managed ones (floor semantics).",
|
||||
"items": {
|
||||
"type": "string"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user