Files
angular__angular/packages/common
Matthieu Riegler f7b3ed8db2 fix(http): Introduce a max buffer size for fetch requests on SSR
By default, the `FetchBackend` on SSR will limit the response body size to 10 MB.
If the response body exceeds this limit, an error will be thrown.

This default value can be configured by providing by setting the `maxResponseBodySize` in `provideServerRendering`.

This is to prevent DoS on the server when loading large files

(cherry picked from commit 2acca1165d)
2026-05-27 16:36:55 -07:00
..
2026-05-27 10:21:56 -07:00
2026-05-27 10:21:56 -07:00
2026-02-09 12:15:57 -08:00
2025-11-06 10:03:05 -08:00