Client headers (#2487)

This commit is contained in:
Gabriel Peal
2025-08-19 20:32:15 -07:00
committed by GitHub
parent 77148a5c61
commit eaae56a1b0
2 changed files with 9 additions and 1 deletions

View File

@@ -22,6 +22,9 @@ pub const CODEX_SANDBOX_NETWORK_DISABLED_ENV_VAR: &str = "CODEX_SANDBOX_NETWORK_
/// accommodate sandboxing configuration and other sandboxing mechanisms.
pub const CODEX_SANDBOX_ENV_VAR: &str = "CODEX_SANDBOX";
/// Set this to change the originator sent with all network requests.
pub const CODEX_ORIGINATOR_ENV_VAR: &str = "CODEX_ORIGINATOR";
#[derive(Debug, Clone, Copy)]
pub enum StdioPolicy {
RedirectForShellTool,