w3c / resource-timing

Resource Timing
https://w3c.github.io/resource-timing/
Other
122 stars 37 forks source link

Syntax #289

Closed mnot closed 3 years ago

mnot commented 3 years ago

Timing-Allow-Origin is defined using ABNF as:

Timing-Allow-Origin = 1#( origin-or-null / wildcard )

However, neither the origin-or-null nor the wildcard rules are defined in the document, or referenced elsewhere.

yoavweiss commented 3 years ago

Thanks for reporting! :)

For origin-or-null, we should refer to https://fetch.spec.whatwg.org/#origin-header For wildcard, we should refer to https://fetch.spec.whatwg.org/#http-new-header-syntax