| Name |
Last commit
|
Last Update |
|---|---|---|
| .. | ||
| (auth) | ||
| (errors) | ||
| _authenticated | ||
| about | ||
| oauth | ||
| pricing | ||
| rankings | ||
| setup | ||
| __root.tsx | ||
| index.tsx | ||
| privacy-policy.tsx | ||
| user-agreement.tsx |
* fix: reduce public bootstrap requests and revalidate content * fix(controller): use a weak ETag for revalidated public JSON /api is gzip-compressed by middleware that runs after the handler returns, and the validator is computed over the uncompressed body. The compressed and identity forms of one payload therefore share a validator, which a strong ETag must not do -- it asserts byte-for-byte equality across representations (RFC 9110 8.8.1). Serve W/ instead. Weak comparison ignores W/ on both operands, so etagMatches now strips it from the served validator as well as from each candidate. Stripping only the candidate would make a weak served validator match nothing and silently disable every 304. Vary: Accept-Encoding stays. Weakening the validator makes revalidation correct, but it does not separate the two encodings in a shared cache. * fix(test): align response cookie helper name * fix(auth): revalidate stale route sessions * Update web/src/features/about/api.ts Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> * test: remove newly added PR tests --------- Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
| Name |
Last commit
|
Last Update |
|---|---|---|
| .. | ||
| (auth) | Loading commit data... | |
| (errors) | Loading commit data... | |
| _authenticated | Loading commit data... | |
| about | Loading commit data... | |
| oauth | Loading commit data... | |
| pricing | Loading commit data... | |
| rankings | Loading commit data... | |
| setup | Loading commit data... | |
| __root.tsx | Loading commit data... | |
| index.tsx | Loading commit data... | |
| privacy-policy.tsx | Loading commit data... | |
| user-agreement.tsx | Loading commit data... |