Phase 0: infra fixes (OCR dir, port conflict, systemd services) Phase 1: video PII masking (frame_redactor, privacy API) Phase 2: AI privacy gateway (mitmproxy addon, audit logger) Phase 3: AI routing (Ollama backend, memory admin endpoints) Phase 4: deployment scripts and Makefile
11 lines
290 B
Plaintext
11 lines
290 B
Plaintext
# AI 服务域名白名单 —— 仅拦截这些域名的 HTTPS 流量进行 PII 扫描
|
|
# 每行一个域名;以 # 开头的行为注释
|
|
api.anthropic.com
|
|
api.openai.com
|
|
generativelanguage.googleapis.com
|
|
dashscope.aliyuncs.com
|
|
api.cohere.com
|
|
api.mistral.ai
|
|
api.together.xyz
|
|
api.groq.com
|