Bug 236379 - Add TAO check to PerformanceResourceTiming::fetchStart
Summary: Add TAO check to PerformanceResourceTiming::fetchStart
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Alex Christensen
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2022-02-09 10:19 PST by Alex Christensen
Modified: 2022-02-09 12:50 PST (History)
3 users (show)

See Also:


Attachments
Patch (3.27 KB, patch)
2022-02-09 10:20 PST, Alex Christensen
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.