This changes the behavior of Timing-Allow-Origin headers on navigation request redirect chains. With this feature, cross-origin redirect chains where all the requests opt-in to the destination origin will expose non-zero values of `redirectCount`, `redirectStart` and `redirectEnd` to the destination document.
Currently developers have no way to measure cross-origin redirects for navigations, even ones under their control, or ones that choose to opt-in to be measured. This feature enables servers to opt-in to have their redirects measured by the destination origin of the navigation.