next.js
6fd6ed1e - Check cache busting search params on all RSC requests (#80669)

Commit
275 days ago
Check cache busting search params on all RSC requests (#80669) For all RSC requests, we require the `_rsc` search param to match the hash of its corresponding RSC headers. In the case where the match fails, we respond with a redirect to the correct search param. This hash check only applies to `next start` mode for now.
Author
Parents
Loading