mirror of
https://github.com/pchuan98/codex.git
synced 2026-07-01 00:31:56 +08:00
Set exclude to true by default in app server (#8281)
This commit is contained in:
committed by
GitHub
Unverified
parent
8f0b383621
commit
9fb9ed6cea
@@ -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