next.js
cbc511ba - Verify router state query params can't grow out of control (#47094)

Commit
2 years ago
Verify router state query params can't grow out of control (#47094) Not certainly sure about the reasonable limitation of this header. For example https://app-dir.vercel.app/context/books sends a state query of size ~110, consider an app with 100x more complicated nested, parallel and named segments, we still have a 3x extra room which should be enough. Fixes NEXT-137.
Author
Parents
Loading