You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm planning to change something you use, in whatwg/fetch#814. The new design should be relatively straightforward for you, provided implementations actually use the ABNF for their parsers (and I think there's tests for that for Referrer-Policy).
It would be something like:
Let policyValues be the result of getting Referrer-Policy from response's header list.
If policyValues is non-null, then:
Let policyTokens be the result of parsing policyValues per the 1#(policy-token / extension-token) ABNF.
For each token of policyTokens, ...
Let me know if you have any concerns with this.
The text was updated successfully, but these errors were encountered:
Hi, I'm planning to change something you use, in whatwg/fetch#814. The new design should be relatively straightforward for you, provided implementations actually use the ABNF for their parsers (and I think there's tests for that for
Referrer-Policy
).It would be something like:
Let me know if you have any concerns with this.
The text was updated successfully, but these errors were encountered: