Diego Rodrigues de Sa e Souza
ebd6afd59a
fix(providers): degrade Arena (lmarena) cookie validation redirect to unsupported ( #7542 ) ( #7710 )
...
- validateWebCookieProvider's /models probe against lmarena's registered
baseUrl (a POST-only streaming endpoint from #6280 ) triggers a 307
REDIRECT_BLOCKED from safeOutboundFetch, which was surfaced as a raw
"Redirect blocked" error (unsupported:false) instead of the honest
"unsupported" signal — the dashboard rendered a hard Invalid state for a
perfectly valid cookie.
- Add toWebCookieValidationErrorResult() in validation/transport.ts: for
providers whose /models probe is known-unreliable (lmarena for now),
REDIRECT_BLOCKED now degrades to {valid:false, unsupported:true}, mirroring
the same REDIRECT_BLOCKED degrade already applied on the discovery path by
#6267 . Deliberately scoped to lmarena only (see code comment) — other
web-cookie providers with a similarly-shaped baseUrl need their own proven
repro before joining the allowlist.
- Remove the now-stale comment at validation.ts claiming lmarena has no
providerRegistry entry (false since #6280 registered one).
- Regression test: tests/unit/arena-cookie-validation-redirect-7542.test.ts
(RED confirmed against unfixed code, GREEN after the fix).
2026-07-19 02:31:19 -03:00
..
2026-07-06 02:25:17 -03:00
2026-06-19 06:49:01 -03:00
2026-06-29 08:40:06 -03:00
2026-07-15 20:05:56 -03:00
2026-07-18 21:18:42 -03:00
2026-06-30 06:54:29 -03:00
2026-07-02 10:47:13 -03:00
2026-06-30 06:54:29 -03:00
2026-06-29 16:51:03 -03:00
2026-06-06 00:26:40 -03:00
2026-07-13 09:12:40 -03:00
2026-07-17 06:36:04 -03:00
2026-07-18 15:14:23 -03:00
2026-07-13 09:12:40 -03:00
2026-07-18 21:18:42 -03:00
2026-06-20 07:09:43 -03:00
2026-06-27 09:07:12 -03:00
2026-07-18 11:35:00 -03:00
2026-07-18 22:09:47 -03:00
2026-07-18 11:35:00 -03:00
2026-07-18 22:24:55 -03:00
2026-07-04 13:00:30 -03:00
2026-06-25 13:17:40 -03:00
2026-07-13 09:12:40 -03:00
2026-04-28 02:41:19 -03:00
2026-07-02 10:47:13 -03:00
2026-06-29 16:51:03 -03:00
2026-07-04 13:00:30 -03:00
2026-06-30 06:54:29 -03:00
2026-07-18 21:18:10 -03:00
2026-07-07 13:14:06 -03:00
2026-07-02 10:47:13 -03:00
2026-06-19 06:49:01 -03:00
2026-07-18 15:13:35 -03:00
2026-04-26 20:15:47 -03:00
2026-07-06 02:25:17 -03:00
2026-07-02 10:47:13 -03:00
2026-07-02 10:47:13 -03:00
2026-06-17 19:26:32 -03:00
2026-06-30 06:54:29 -03:00
2026-07-18 21:19:42 -03:00
2026-06-03 06:45:04 -03:00
2026-05-28 17:19:48 -03:00
2026-06-20 14:55:24 -03:00
2026-06-30 06:54:29 -03:00
2026-07-18 21:19:42 -03:00
2026-07-19 02:31:19 -03:00
2026-07-06 02:25:17 -03:00
2026-07-18 21:19:09 -03:00
2026-07-18 11:35:00 -03:00
2026-07-18 22:09:47 -03:00
2026-07-18 11:35:00 -03:00
2026-07-18 15:13:39 -03:00
2026-02-26 15:11:40 +00:00
2026-04-17 11:56:52 -03:00
2026-06-20 14:55:24 -03:00
2026-07-18 21:18:49 -03:00
2026-07-13 09:12:40 -03:00
2026-04-17 09:00:32 -03:00
2026-07-18 22:09:47 -03:00
2026-07-02 10:47:13 -03:00
2026-04-23 16:57:43 -03:00
2026-07-18 22:09:47 -03:00
2026-07-02 10:47:13 -03:00
2026-07-18 21:17:49 -03:00
2026-06-29 16:51:03 -03:00
2026-04-16 05:26:17 -03:00
2026-05-29 12:44:29 -03:00
2026-05-09 12:42:59 +00:00
2026-06-17 02:43:21 -03:00
2026-06-30 06:54:29 -03:00
2026-04-01 08:42:03 -03:00
2026-03-29 14:37:55 +02:00
2026-03-17 04:24:46 -03:00
2026-06-29 08:40:06 -03:00
2026-05-29 12:44:29 -03:00
2026-05-29 12:44:29 -03:00
2026-05-26 23:51:47 -03:00
2026-03-04 19:35:38 -03:00
2026-07-02 10:47:13 -03:00
2026-06-26 02:51:06 -03:00
2026-06-29 08:40:06 -03:00
2026-06-29 08:40:06 -03:00
2026-07-17 10:40:37 -03:00
2026-07-17 10:40:37 -03:00
2026-04-22 12:25:53 -03:00
2026-04-01 08:45:39 +07:00
2026-07-18 22:23:48 -03:00
2026-06-26 02:51:06 -03:00
2026-07-18 22:09:47 -03:00
2026-07-18 11:35:00 -03:00
2026-07-06 02:25:17 -03:00
2026-07-17 06:12:07 -03:00
2026-04-24 13:20:59 -03:00
2026-05-26 23:51:47 -03:00
2026-06-29 16:51:03 -03:00
2026-07-13 09:12:40 -03:00
2026-07-13 09:12:40 -03:00
2026-07-02 10:47:13 -03:00
2026-04-30 01:27:03 -03:00
2026-06-03 06:45:04 -03:00
2026-05-01 08:36:07 -03:00
2026-05-01 08:36:07 -03:00
2026-06-01 23:13:19 -03:00
2026-07-13 09:12:40 -03:00
2026-06-12 23:49:22 -03:00
2026-06-29 08:40:06 -03:00
2026-06-29 16:51:03 -03:00
2026-06-29 16:51:03 -03:00
2026-02-18 00:02:15 -03:00
2026-05-24 18:05:58 -03:00
2026-06-13 17:27:40 -03:00
2026-06-13 17:27:40 -03:00
2026-06-20 14:55:24 -03:00
2026-07-18 15:14:48 -03:00
2026-02-18 14:43:57 -03:00
2026-02-18 00:02:15 -03:00
2026-07-02 10:47:13 -03:00
2026-06-09 15:56:24 -03:00
2026-06-17 19:26:32 -03:00