zhizhi/persona-studio/frontend
copilot-swe-agent[bot] 2482567ac2 Address code review: fix SSRF protection, cache key safety, error handling
- Add protocol validation (http/https only) to prevent SSRF via file:/ftp: URLs
- Hash both apiBase+apiKey together in cache key to prevent collision attacks
- Simplify frontend error detection (use TypeError instanceof instead of fragile string check)
- Make smoke test error code assertion more precise with regex

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-10 12:31:56 +00:00
..
chat.html feat: add persona-studio Phase 1 skeleton + Phase 2 frontend 2026-03-10 04:42:57 +00:00
chat.js Fix: Add user API key endpoints to api-proxy.js, unify Persona Studio backend with docs proxy 2026-03-10 12:25:36 +00:00
index.html Address code review: fix SSRF protection, cache key safety, error handling 2026-03-10 12:31:56 +00:00
style.css feat: upgrade Persona Studio login to support API Key auto-detect model mode 2026-03-10 12:06:23 +00:00