Closed
Description
At #966 we are talking about restricting the streaming upload feature only for certain HTTP versions (H1.1 and above, or H2 and above).
This may leak protocol versions, so we are wondering if Timing-Allow-Origin
is needed.
On the other hand, the feature requires CORS preflight and some resource timing people talked about a possibility that CORS implies TAO.
@yoavweiss @npm1 What do you think?