]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
server: avoid forwarding auth headers in CORS proxy (#24373)
authorMatti4 <redacted>
Sat, 20 Jun 2026 13:34:47 +0000 (15:34 +0200)
committerGitHub <redacted>
Sat, 20 Jun 2026 13:34:47 +0000 (15:34 +0200)
commite27f3085973722407518ea4822fb3e0a2b41df9c
tree0dd22f4b71ab6e47841758e7f4a79d911e53bb30
parent67e9fd3b74b7fab3a153161f1942cc2121aa90a3
server: avoid forwarding auth headers in CORS proxy (#24373)

* server: avoid forwarding auth headers in CORS proxy

* format

* fix test

* fix e2e test

---------

Co-authored-by: Xuan Son Nguyen <redacted>
tools/server/server-cors-proxy.h
tools/server/tests/unit/test_security.py
tools/ui/src/lib/constants/mcp.ts
tools/ui/src/lib/services/mcp.service.ts
tools/ui/src/lib/utils/api-headers.ts
tools/ui/src/lib/utils/cors-proxy.ts
tools/ui/tests/e2e/pwa.e2e.ts
tools/ui/tests/unit/mcp-service.test.ts
tools/ui/tests/unit/sanitize-headers.test.ts