Delay processing of cross-site prefetch responses.
For cross-site prefetches, it is delayed by the time between the start of sending the request and the processing response headers, which is the time the request would take if it were already preconnected. In Chrome, the DSE is exempt because this site is more likely to do these requests and is trusted to do many of this sort of navigation already. A base::Feature is included, as are unit and browser tests. Bug: 1439246c Change-Id: I07fb6c787f903ec68ca3b40a456798de14c237f3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4682437 Commit-Queue: Jeremy Roman <jbroman@chromium.org> Reviewed-by:Camille Lamy <clamy@chromium.org> Reviewed-by:
Adithya Srinivasan <adithyas@chromium.org> Reviewed-by:
Dominic Farolino <dom@chromium.org> Cr-Commit-Position: refs/heads/main@{#1261193}
Loading
Please register or sign in to comment