Files
homelab-infra/apps/codex-proxy/config/fingerprint.yaml
T
panxiao81 88a02ababa
lint / yaml (push) Has been cancelled
lint / ansible (push) Has been cancelled
lint / terraform (push) Has been cancelled
Establish clean homelab infrastructure baseline
Reorganize the brownfield repository, remove retired and generated artifacts, harden ignore rules, and record the GitOps/IaC redesign.
2026-09-09 16:47:20 +00:00

33 lines
874 B
YAML

user_agent_template: "Codex Desktop/{version} ({platform}; {arch})"
auth_domains: ["chatgpt.com", "*.chatgpt.com", "openai.com", "*.openai.com"]
auth_domain_exclusions: ["ab.chatgpt.com"]
header_order:
- "Authorization"
- "ChatGPT-Account-Id"
- "originator"
- "x-openai-internal-codex-residency"
- "x-client-request-id"
- "x-codex-installation-id"
- "x-codex-turn-state"
- "OpenAI-Beta"
- "User-Agent"
- "sec-ch-ua"
- "sec-ch-ua-mobile"
- "sec-ch-ua-platform"
- "Accept-Encoding"
- "Accept-Language"
- "sec-fetch-site"
- "sec-fetch-mode"
- "sec-fetch-dest"
- "Content-Type"
- "Accept"
- "Cookie"
default_headers:
Accept-Encoding: "gzip, deflate, br, zstd"
Accept-Language: "en-US,en;q=0.9"
sec-ch-ua-mobile: "?0"
sec-ch-ua-platform: '"macOS"'
sec-fetch-site: "same-origin"
sec-fetch-mode: "cors"
sec-fetch-dest: "empty"