feat(frontend-check): allowlist /api/push/upload multipart fetch (restore wizard)
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
parent
8418d2535b
commit
1693ced112
@ -78,6 +78,7 @@ var knownNonProtoFetches = map[string]bool{
|
||||
"/api/ai/chat/stream": true, // AI chat SSE streaming (EventSource/fetch — ConnectRPC doesn't support SSE)
|
||||
"/api/support/": true, // CMS helpdesk widget: multipart attachment upload to the Chi proxy — connect-query can't send FormData
|
||||
"/api/helpdesk/upload": true, // Orchestrator helpdesk: multipart attachment upload — same FormData limitation
|
||||
"/api/push/upload": true, // Orchestrator push/restore: multipart backup-zip upload — same FormData limitation
|
||||
"/.well-known/skills/": true, // Public well-known skill discovery index (instance-derived skill name) — no proto service
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user