Bug 236379

Summary: Add TAO check to PerformanceResourceTiming::fetchStart
Product: WebKit Reporter: Alex Christensen <achristensen>
Component: New BugsAssignee: Alex Christensen <achristensen>
Status: RESOLVED FIXED    
Severity: Normal CC: cdumez, simon.fraser, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Alex Christensen 2022-02-09 10:19:32 PST
Add TAO check to PerformanceResourceTiming::fetchStart
Comment 1 Alex Christensen 2022-02-09 10:20:25 PST
Created attachment 451399 [details]
Patch
Comment 2 Chris Dumez 2022-02-09 10:23:15 PST
Comment on attachment 451399 [details]
Patch

r=me
Comment 3 EWS 2022-02-09 11:49:56 PST
Committed r289494 (247032@main): <https://commits.webkit.org/247032@main>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 451399 [details].
Comment 4 Radar WebKit Bug Importer 2022-02-09 11:50:32 PST
<rdar://problem/88704880>
Comment 5 Simon Fraser (smfr) 2022-02-09 12:14:31 PST
What is TAO
Comment 6 Alex Christensen 2022-02-09 12:50:23 PST
https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Timing-Allow-Origin

If it's not present, then we should not expose timing data across origins.