Bug 251144 - Spec change: encoded/decoded body size should be CORS-protected rather than TAO-protected
Summary: Spec change: encoded/decoded body size should be CORS-protected rather than T...
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: Page Loading (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-01-25 04:47 PST by Noam Rosenthal
Modified: 2023-01-26 14:14 PST (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Noam Rosenthal 2023-01-25 04:47:59 PST
See https://github.com/whatwg/fetch/pull/1556
Comment 1 Alex Christensen 2023-01-25 20:07:56 PST
Note: WebKit has chosen to make them not exposable across origins even with TAO and CORS.  See https://github.com/w3c/server-timing/issues/89
Comment 2 Alex Christensen 2023-01-25 20:11:24 PST
More specifically https://github.com/w3c/resource-timing/issues/342
Comment 3 Noam Rosenthal 2023-01-26 02:19:26 PST
Right, it was a TPAC subject, I forgot. Guess this isn’t relevant for WebKit.