Re: [whatwg/fetch] TAO check and child frame navigations (#1221)

> Yeah, the navigate algorithm needs to perform the relevant TAO checks itself. It also follows redirects manually so I don't think Fetch can meaningfully account for it, but maybe? (I haven't followed the recent timing changes to HTML, I guess I should review those.)
> 
> cc @noamr @domenic

Navigation entries are not (currently) reported to the parent document, so they don't need a TAO check.
IFRAME navigation is reported to the parent as a regular resource timing entry with a TAO check, though that reporting is yet to be specified (it's in the TODO list for HTML element reporting).

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/issues/1221#issuecomment-826262607

Received on Sunday, 25 April 2021 05:51:20 UTC