mirror of
https://github.com/openai/codex.git
synced 2026-04-26 23:55:25 +00:00
Set exclude to true by default in app server (#8281)
This commit is contained in:
@@ -106,8 +106,8 @@ exclude_slash_tmp = false
|
||||
[shell_environment_policy]
|
||||
# inherit: all (default) | core | none
|
||||
inherit = "all"
|
||||
# Skip default excludes for names containing KEY/TOKEN (case-insensitive). Default: false
|
||||
ignore_default_excludes = false
|
||||
# Skip default excludes for names containing KEY/SECRET/TOKEN (case-insensitive). Default: true
|
||||
ignore_default_excludes = true
|
||||
# Case-insensitive glob patterns to remove (e.g., "AWS_*", "AZURE_*"). Default: []
|
||||
exclude = []
|
||||
# Explicit key/value overrides (always win). Default: {}
|
||||
|
||||
Reference in New Issue
Block a user